Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishad Gothoskar committed Dec 18, 2024
1 parent 1f72d65 commit 4df8c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/download_ycbv.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# YCB Downloader script
export SRC=https://huggingface.co/datasets/bop-benchmark/datasets/resolve/main
wget $SRC/ycbv/ycbv_base.zip -P assets/bop # Base archive with dataset info, camera parameters, etc.
wget $SRC/ycbv/ycbv_models.zip -P assets/bop # 3D object models.
Expand All @@ -6,3 +7,4 @@ wget $SRC/ycbv/ycbv_test_all.zip -P assets/bop # All test images ("_bop19" for a
unzip assets/bop/ycbv_base.zip -d assets/bop
unzip assets/bop/ycbv_models.zip -d assets/bop/ycbv
unzip assets/bop/ycbv_test_all.zip -d assets/bop/ycbv

0 comments on commit 4df8c5e

Please sign in to comment.