SiamFC-TensorFlow icon indicating copy to clipboard operation
SiamFC-TensorFlow copied to clipboard

ImportError: No module named 'datasets.dataloader'

Open deimsdeutsch opened this issue 5 years ago • 1 comments

/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'

deimsdeutsch avatar Mar 12 '19 15:03 deimsdeutsch

Did you have "SiamFC-TensorFlow/datasets/dataloader.py" in your directory?

Moreover, Please note that the repo is developed under python2. I am not sure if it works under python3.

bilylee avatar Dec 24 '19 07:12 bilylee