Skip to content

Commit

Permalink
correct cosypose evaluation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kzorina committed Oct 25, 2024
1 parent fba9e96 commit 10324d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/cosypose/evaluate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Please make sure you followed the steps relative to the evaluation in the main r
Please run the following command to evaluate on YCBV dataset

```
python -m happypose.pose_estimators.cosypose.cosypose.scripts.run_full_cosypose_eval_new detector_run_id=bop_pbr coarse_run_id=coarse-bop-ycbv-pbr--724183 refiner_run_id=refiner-bop-ycbv-pbr--604090 ds_names=["ycbv.bop19"] result_id=ycbv-debug detection_coarse_types=[["detector"]]
python -m happypose.pose_estimators.cosypose.cosypose.scripts.run_full_cosypose_eval_new detector_run_id=bop_pbr coarse_run_id=coarse-bop-ycbv-pbr--724183 refiner_run_id=refiner-bop-ycbv-pbr--604090 ds_names=["ycbv.bop19"] result_id=ycbv-debug detection_coarse_types=["detector"]
```

The other BOP datasets are supported as long as you download the correspond models.

0 comments on commit 10324d5

Please sign in to comment.