From 2f369e5b217230dc5c08f50c6e5315967552ba14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20F=2E=20Proen=C3=A7a?= Date: Tue, 1 Oct 2019 18:06:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0ee9a..baf5d9d 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Just make sure you are using consistent network configurations. #### Inference -To test and visualize results on the test-set using the weights of a specific model inside `logs`, e.g., 'soyuz_20191001T1207', run +To test and visualize results on the test-set using the weights of a specific model inside `logs`, e.g., 'soyuz_20191001T1207' (feel free to rename it), run ``` python3 pose_estimator.py test --dataset soyuz_easy --weights soyuz_easy20191001T1207 --image_scale 0.5 --ori_resolution 24 ```