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

more details about requirements.txt #43

Open
aaahuia opened this issue Nov 17, 2020 · 1 comment
Open

more details about requirements.txt #43

aaahuia opened this issue Nov 17, 2020 · 1 comment

Comments

@aaahuia
Copy link

aaahuia commented Nov 17, 2020

python 3.7
shapely 1.7.1
I can run train.py
when i run test.py
File "G:\practice\SiamFC\siamfc-pytorch-master\tools\test.py", line 8, in
from got10k.experiments import ExperimentGOT10k

File "E:\anaconda\1\lib\site-packages\got10k\experiments_init_.py", line 3, in
from .got10k import ExperimentGOT10k

File "E:\anaconda\1\lib\site-packages\got10k\experiments\got10k.py", line 14, in
from ..utils.metrics import rect_iou

File "E:\anaconda\1\lib\site-packages\got10k\utils\metrics.py", line 4, in
from shapely.geometry import box, Polygon

File "E:\anaconda\1\lib\site-packages\shapely\geometry_init_.py", line 23, in
import shapely.speedups

File "E:\anaconda\1\lib\site-packages\shapely\speedups_init_.py", line 99, in
enable()

File "E:\anaconda\1\lib\site-packages\shapely\speedups_init_.py", line 74, in enable
affine_transform.doc = shapely.affinity.affine_transform.doc

AttributeError: module 'shapely' has no attribute 'affinity'

@wangchenw
Copy link

重新shapely的包,单独安装

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

2 participants