You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you tell me which numpy version did you use ? I use python3.5 to test the my own dataset,meet some problem ,such as :
Traceback (most recent call last):
File "test.py", line 388, in
Testing()
File "test.py", line 85, in Testing
_, _, ti = test(lane_agent, np.array([test_image]))
File "test.py", line 209, in test
in_x, in_y = util.sort_along_y(in_x, in_y)
File "/home/share/make/PINet/util.py", line 222, in sort_along_y
out_x.append(np.take_along_axis(i, ind[::-1], axis=0).tolist()) AttributeError: module 'numpy' has no attribute 'take_along_axis' Could you help me to solve this promblem ? Thanks
The text was updated successfully, but these errors were encountered:
Could you tell me which numpy version did you use ? I use python3.5 to test the my own dataset,meet some problem ,such as :
Traceback (most recent call last):
File "test.py", line 388, in
Testing()
File "test.py", line 85, in Testing
_, _, ti = test(lane_agent, np.array([test_image]))
File "test.py", line 209, in test
in_x, in_y = util.sort_along_y(in_x, in_y)
File "/home/share/make/PINet/util.py", line 222, in sort_along_y
out_x.append(np.take_along_axis(i, ind[::-1], axis=0).tolist())
AttributeError: module 'numpy' has no attribute 'take_along_axis'
Could you help me to solve this promblem ? Thanks
The text was updated successfully, but these errors were encountered: