Open h-enomoto opened 1 year ago
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):
for o in tree.query(pline):
if tree.geometries[o].intersects(pline):
pred_id = index_by_id[id(tree.geometries[o])]
you can modify the code like above
for i, pline in enumerate(gt_lines_shapely): for o in tree.query(pline): if tree.geometries[o].intersects(pline): pred_id = index_by_id[id(tree.geometries[o])] you can modify the code like above
It works. Thanks.
@talentCODE Your advice made it work correctly. Thank you for your help!
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.