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
python train_net.py --config-file configs/base_city_rcnn_person_random_crop.yaml
Traceback (most recent call last):
File "train_net.py", line 13, in
from data.datasets import builtin
ModuleNotFoundError: No module named 'data.datasets'
i wonder how can i solve such question?
The text was updated successfully, but these errors were encountered:
python train_net.py --config-file configs/base_city_rcnn_person_random_crop.yaml
Traceback (most recent call last):
File "train_net.py", line 13, in
from data.datasets import builtin
ModuleNotFoundError: No module named 'data.datasets'
i wonder how can i solve such question?
The text was updated successfully, but these errors were encountered: