craymichael / CNN_LCD

CNNs for Loop-Closure Detection on the Oxford New College and City Centre Datasets
GNU General Public License v3.0
58 stars 14 forks source link

Sorry,I can not found the models #4

Closed Dream-Runner-Yu closed 5 years ago

Dream-Runner-Yu commented 5 years ago

hello,my brother : I have a issue like that: $ python cnn_models.py -- from models.research.slim.preprocessing.preprocessing_factory import get_preprocessing ModuleNotFoundError: No module named 'models'

craymichael commented 5 years ago

Please read the README in this repository for how to set up the models properly. https://github.com/craymichael/CNN_LCD/blob/master/README.md

See this: In order to use the TensorFlow models (everything but OverFeat), you will need to clone the TensorFlow Slim model repository. The easiest way to do so is to clone both this repository and the TensorFlow models repository to the same directory:

git clone https://github.com/tensorflow/models/

Directory structure should look like this: