Spaces:
Running
Running
v076
Browse files- .gitignore +0 -1
- output/weak_cube_r-cnn/model_final.pth +3 -0
- requirements.txt +1 -1
.gitignore
CHANGED
@@ -6,7 +6,6 @@ training/image_2
|
|
6 |
# .vscode/
|
7 |
.ipynb_checkpoints/
|
8 |
.idea/
|
9 |
-
output/
|
10 |
cubercnn/external/
|
11 |
wandb/
|
12 |
hpc_logs/
|
|
|
6 |
# .vscode/
|
7 |
.ipynb_checkpoints/
|
8 |
.idea/
|
|
|
9 |
cubercnn/external/
|
10 |
wandb/
|
11 |
hpc_logs/
|
output/weak_cube_r-cnn/model_final.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3864e8b2f5a7c0413a271cdb90c5ff5052660ffbe03cbc0f619e3f3977b9458d
|
3 |
+
size 383338812
|
requirements.txt
CHANGED
@@ -4,5 +4,5 @@ numpy <= 1.26.1
|
|
4 |
opencv-python-headless
|
5 |
pyransac3d
|
6 |
|
7 |
-
git+https://github.com/facebookresearch/pytorch3d.git@
|
8 |
git+https://github.com/facebookresearch/detectron2.git
|
|
|
4 |
opencv-python-headless
|
5 |
pyransac3d
|
6 |
|
7 |
+
git+https://github.com/facebookresearch/pytorch3d.git@v0.7.6
|
8 |
git+https://github.com/facebookresearch/detectron2.git
|