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
/opt/github2/SiamFC-TensorFlow# python3 experiments/SiamFC-3s-color-pretrained.py
Traceback (most recent call last):
File "experiments/SiamFC-3s-color-pretrained.py", line 20, in
from scripts.convert_pretrained_model import ex
File "/opt/github2/SiamFC-TensorFlow/scripts/convert_pretrained_model.py", line 26, in
import siamese_model
File "/opt/github2/SiamFC-TensorFlow/siamese_model.py", line 18, in
from datasets.dataloader import DataLoader
ImportError: No module named 'datasets.dataloader'
The text was updated successfully, but these errors were encountered:
/opt/github2/SiamFC-TensorFlow# python3 experiments/SiamFC-3s-color-pretrained.py
Traceback (most recent call last):
File "experiments/SiamFC-3s-color-pretrained.py", line 20, in
from scripts.convert_pretrained_model import ex
File "/opt/github2/SiamFC-TensorFlow/scripts/convert_pretrained_model.py", line 26, in
import siamese_model
File "/opt/github2/SiamFC-TensorFlow/siamese_model.py", line 18, in
from datasets.dataloader import DataLoader
ImportError: No module named 'datasets.dataloader'
The text was updated successfully, but these errors were encountered: