ucas-vg / PointTinyBenchmark

Point based and tiny object detection and localization code set of UCAS-VG
http://vision.ucas.ac.cn/sources
MIT License
654 stars 80 forks source link

Colob 上执行报错 AttributeError: module 'torch._six' has no attribute 'PY3' 重启内核 无法解决 #55

Open tianrking opened 3 years ago

tianrking commented 3 years ago

Traceback (most recent call last): File "tools/train_test_net.py", line 8, in from maskrcnn_benchmark.utils.env import setup_environment # noqa F401 isort:skip File "/content/TinyBenchmark/tiny_benchmark/maskrcnn_benchmark/utils/env.py", line 4, in from maskrcnn_benchmark.utils.imports import import_file File "/content/TinyBenchmark/tiny_benchmark/maskrcnn_benchmark/utils/imports.py", line 4, in if torch._six.PY3: AttributeError: module 'torch._six' has no attribute 'PY3'

yxxxxxhh111 commented 1 year ago

same question