Skip to content

Commit

Permalink
BOP format: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasIbrahim committed Sep 16, 2024
1 parent 6f92f59 commit de7666d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hot3d/clips/bop_format_converters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ python hot3d_models_eval_to_bop.py --input-gltf-dir $HOT3D_DIR/object_models_eva
Copy the models info from both models and models_eval to the same directory:

```bash
cp $HOT3D_DIR/object_models/models_info.json $BOP_DIR/models/models_info.json
cp $HOT3D_DIR/object_models_eval/models_info.json $BOP_DIR/models_eval/models_info.json
cp $HOT3D_DIR/object_models/models_info.json $HOT3D_DIR/models/models_info.json
cp $HOT3D_DIR/object_models_eval/models_info.json $HOT3D_DIR/models_eval/models_info.json
```

### Convert HOT3D clips to BOP format
Expand Down

0 comments on commit de7666d

Please sign in to comment.