You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the script for evaluation (projects/UniRef/train_net.py), it seems that is looking for uniref in detectron2/projects when there is nothing in that directory.
This issue seems to be happening on line 28, when it tries to import
from detectron2.projects.uniref import add_uniref_config, build_detection_train_loader, build_detection_test_loader
thanks in advance, also really cool work :D
The text was updated successfully, but these errors were encountered:
Hello,
When running the script for evaluation (projects/UniRef/train_net.py), it seems that is looking for uniref in detectron2/projects when there is nothing in that directory.
This issue seems to be happening on line 28, when it tries to import
from detectron2.projects.uniref import add_uniref_config, build_detection_train_loader, build_detection_test_loader
thanks in advance, also really cool work :D
The text was updated successfully, but these errors were encountered: