Spaces:
Runtime error
Runtime error
Commit
·
ac9fa25
1
Parent(s):
fe29295
improve simplicity, allow robot hand seg
Browse files- .gitignore +4 -1
- app.py +0 -0
- diffusion/__pycache__/__init__.cpython-38.pyc +0 -0
- diffusion/__pycache__/diffusion_utils.cpython-38.pyc +0 -0
- diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc +0 -0
- diffusion/__pycache__/respace.cpython-38.pyc +0 -0
- diffusion/__pycache__/scheduler.cpython-38.pyc +0 -0
- no_hands_open.jpeg +0 -0
- sample_images/sample10.jpg +2 -2
- sample_images/sample3.jpg +2 -2
- sample_images/sample4.jpg +2 -2
.gitignore
CHANGED
@@ -3,4 +3,7 @@ sbatch/err/
|
|
3 |
sbatch/out/
|
4 |
__pycache__/
|
5 |
diffusion/__pycache__/
|
6 |
-
*.pyc
|
|
|
|
|
|
|
|
3 |
sbatch/out/
|
4 |
__pycache__/
|
5 |
diffusion/__pycache__/
|
6 |
+
*.pyc
|
7 |
+
DINO_EMA_11M_b50_lr1e-5_epoch6_step320k.ckpt
|
8 |
+
sam_vit_h_4b8939.pth
|
9 |
+
vae-ft-mse-840000-ema-pruned.ckpt
|
app.py
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
diffusion/__pycache__/__init__.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/__init__.cpython-38.pyc and b/diffusion/__pycache__/__init__.cpython-38.pyc differ
|
|
diffusion/__pycache__/diffusion_utils.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/diffusion_utils.cpython-38.pyc and b/diffusion/__pycache__/diffusion_utils.cpython-38.pyc differ
|
|
diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc and b/diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc differ
|
|
diffusion/__pycache__/respace.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/respace.cpython-38.pyc and b/diffusion/__pycache__/respace.cpython-38.pyc differ
|
|
diffusion/__pycache__/scheduler.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/scheduler.cpython-38.pyc and b/diffusion/__pycache__/scheduler.cpython-38.pyc differ
|
|
no_hands_open.jpeg
ADDED
![]() |
sample_images/sample10.jpg
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
sample_images/sample3.jpg
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
sample_images/sample4.jpg
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|