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
### Start [sacred](https://sacred.readthedocs.io/en/stable/quickstart.html) to log your experiment results
38
+
### Start [sacred] to log your experiment results
39
39
40
40
*`docker` and `docker-compose` are required*
41
41
@@ -64,10 +64,9 @@ xxxxxxxxxxxx mongo "docker-entrypoint.s…" 42 se
64
64
65
65
### Download the model weights and datasets you want to test
66
66
67
-
1. Download the weights from **TODO: ADD LINKS TO THE MODELS** and put them in you data directory (e.g.: `<data_dir>/models/inception/model.imagenet.npz`)
68
-
2. Setup your datasets, so that they are located under `<data_dir>/datasets/<dataset_name>/ORIGINAL`.
69
-
3. Copy part annotations from **TODO: ADD LINKS TO THE PART ANNOTATIONS**. Link the contents of the `ORIGINAL` folder to `CS_parts` and copy the part annotations to `CS_PARTS/parts`.
70
-
4. Copy `example.yml` to `fgvc/info.yml` and update `BASE_DIR` to point to your data directory.
67
+
1. Download the weights for the [InceptionV3 model][weights] and put them in you data directory (e.g.: `<data_dir>/models/inception/model.imagenet.npz`)
68
+
2. Download the [dataset annotations][annotations] and download the images from the links mentioned in the corresponding README file.
69
+
3. Copy `example.yml` to `fgvc/info.yml` and update `BASE_DIR` to point to your data directory.
71
70
72
71
**Note:** An example data directory may look like the following:
0 commit comments