Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numpy version ? #28

Open
china56321 opened this issue Jun 3, 2020 · 2 comments
Open

numpy version ? #28

china56321 opened this issue Jun 3, 2020 · 2 comments

Comments

@china56321
Copy link

china56321 commented Jun 3, 2020

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

@koyeongmin
Copy link
Owner

I am using 1.16.2 version

@DK-HU
Copy link

DK-HU commented Apr 10, 2021

哥们,你解决这个问题了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants