Skip to content

Commit

Permalink
chore: mass
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed May 29, 2024
1 parent b7d32c2 commit 1a092b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ open3d = "^0.18.0"
tqdm = "^4.66.4"
scipy = "^1.13.0"
wandb = "^0.17.0"
torchimize = "^0.0.16"
# torchimize = "^0.0.16"
small-gicp = "^0.0.6"



Expand Down
7 changes: 7 additions & 0 deletions scripts/download_replica _full.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd ..
mkdir -p Datasets
cd Datasets
# you can also download the Replica.zip manually through
# link: https://caiyun.139.com/m/i?1A5Ch5C3abNiL password: v3fY (the zip is split into smaller zips because of the size limitation of caiyun)
wget https://cvg-data.inf.ethz.ch/nice-slam/data/Replica.zip
unzip Replica.zip
1 change: 1 addition & 0 deletions scripts/download_replica.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cd ..
mkdir -p Datasets
cd Datasets
wget https://github.com/SupaVision/AutoDrive_frontend/releases/download/Dataset/Replica.zip
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_gicp.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd ..
pip uninstall small_gicp
cd /home/atticuszz/DevSpace/python/AB_GICP/thirdparty/small_gicp
cd ./thirdparty/small_gicp
rm -rf build
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release && make -j
Expand Down

0 comments on commit 1a092b9

Please sign in to comment.