SamWilso / SAFE_Official

Official repository for the ICCV2023 paper SAFE: Sensitivity-Aware Features for Out-of-Distribution Object Detection
MIT License
10 stars 1 forks source link

ModuleNotFoundError: No module named 'modeling' #2

Closed BUAACY closed 11 months ago

BUAACY commented 12 months ago

File "/root/SAFE/SAFE_Official-main/SAFE_interface.py", line 16, in from core.setup import setup_arg_parser File "/root/SAFE/SAFE_Official-main/core/setup.py", line 23, in from modeling.probabilistic_retinanet import ProbabilisticRetinaNet ModuleNotFoundError: No module named 'modeling'

BUAACY commented 11 months ago

AttributeError: module 'offline_evaluation.compute_average_precision' has no attribute 'main_fileless'

SamWilso commented 11 months ago

Hi, thank you for pointing out this error. Some of the folders containing the modified VOS benchmark were missed in moving from my development machine to the git repo. The latest commit includes the 3 missing folders: modeling, inference and offline_evaluation.

Please let me know if you continue to experience issues.