-
Notifications
You must be signed in to change notification settings - Fork 77
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
"AttributeError: 'numpy.int64' object has no attribute 'intersects'" occurs in Eval VAD with 1 GPU. #29
Comments
I met the same problem as you. Have you solved this issue? |
It has not yet been resolved. It is not working properly very well. |
for i, pline in enumerate(gt_lines_shapely): |
It works. |
@talentCODE |
May be is another solution: pip install Shapely==1.8.5 |
Hello,
I executed the command provided under the "Eval VAD with 1 GPU" section.
Unfortunately, this resulted in an error.
I encountered difficulties while attempting to install the dependencies from requirements.txt using pip or conda in its original form. Consequently, I crafted an environment.yml file and successfully created the environment using conda.
I have ensured that the version of numpy aligns with the one specified in requirements.txt.
I am reaching out for guidance on how to rectify this error, as my efforts to find a resolution have been unfruitful so far.
Although there have been similar issue, it appears that they remain unresolved, prompting me to seek assistance through this issue.
I would greatly appreciate any advice or instructions you could provide to help resolve this issue.
Best regards.
The text was updated successfully, but these errors were encountered: