Skip to content

Commit

Permalink
Fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorsetti committed May 8, 2024
1 parent fc5378a commit 8211837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_sn6d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ unzip oryon_data.zip "datasets/shapenet6d/**" -d "${ROOT}/"
mv ${ROOT}/datasets/shapenet6d/*.json ${ROOT}/
mv ${ROOT}/datasets/shapenet6d/*.csv ${ROOT}/
mv ${ROOT}/datasets/shapenet6d/*.pkl ${ROOT}/
mv "${ROOT}/datasets/nocs/fixed_split" ${ROOT}/
mv ${ROOT}/datasets/shapenet6d/fixed_split ${ROOT}/
rm -r "${ROOT}/datasets"

0 comments on commit 8211837

Please sign in to comment.