Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 18535167 authored by zinsmatt's avatar zinsmatt
Browse files

update run_preprocessing

parent 79992db9
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ python eval_ellipse_prediction.py scene.json 7-Scenes_Chess_dataset_test_with_ob ...@@ -151,7 +151,7 @@ python eval_ellipse_prediction.py scene.json 7-Scenes_Chess_dataset_test_with_ob
## Object detection ## Object detection
### Pre-trained models ### Pre-trained models
Pre-trained weights for the object detection network fine-tuned on our objects of the Chess scene can be downloaded [here](https://www.dropbox.com/s/fmau4nsp2zbf7fi/checkpoint_detection_Chess.pth?dl=0). Pre-trained weights for the object detection network fine-tuned on objects of the Chess scene can be downloaded [here](https://www.dropbox.com/s/fmau4nsp2zbf7fi/checkpoint_detection_Chess.pth?dl=0).
### Training ### Training
``` ```
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
python prepare_7-Scenes.py -i $1/seq-01 $1/seq-04 $1/seq-06 -o 7-Scenes_Chess_dataset_train.json python prepare_7-Scenes.py -i $1/seq-01 $1/seq-04 $1/seq-06 -o 7-Scenes_Chess_dataset_train.json
python prepare_7-Scenes.py -i $1/seq-02 $1/seq-03 $1/seq-05 -o 7-Scenes_Chess_dataset_test.json python prepare_7-Scenes.py -i $1/seq-02 $1/seq-03 $1/seq-05 -o 7-Scenes_Chess_dataset_test.json
python annotate_objects.py scene.json 7-Scenes_Chess_dataset_train.json 7-Scenes_Chess_dataset_train_with_obj_annot.json python annotate_objects.py data/7-Scenes_Chess_scene.json 7-Scenes_Chess_dataset_train.json 7-Scenes_Chess_dataset_train_with_obj_annot.json
python annotate_objects.py scene.json 7-Scenes_Chess_dataset_test.json 7-Scenes_Chess_dataset_test_with_obj_annot.json python annotate_objects.py data/7-Scenes_Chess_scene.json 7-Scenes_Chess_dataset_test.json 7-Scenes_Chess_dataset_test_with_obj_annot.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment