Spaces:
Runtime error
Runtime error
Nadine Rueegg
commited on
Commit
·
e57b643
1
Parent(s):
837cfde
remove comment
Browse files- scripts/gradio_demo.py +0 -9
scripts/gradio_demo.py
CHANGED
@@ -1,13 +1,4 @@
|
|
1 |
|
2 |
-
# aenv_new_icon_2
|
3 |
-
|
4 |
-
# was used for ttoptv6_sketchfab_v16: python src/test_time_optimization/ttopt_fromref_v6_sketchfab.py --workers 12 --save-images True --config refinement_cfg_visualization_withgc_withvertexwisegc_isflat.yaml --model-file-complete=cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar --sketchfab 1
|
5 |
-
|
6 |
-
# for stanext images:
|
7 |
-
# python scripts/gradio.py --workers 12 --config refinement_cfg_test_withvertexwisegc_csaddnonflat.yaml --model-file-complete=cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar -s ttopt_vtest1
|
8 |
-
# for all images from the folder datasets/test_image_crops:
|
9 |
-
# python scripts/gradio.py --workers 12 --config refinement_cfg_test_withvertexwisegc_csaddnonflat_crops.yaml --model-file-complete=cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar -s ttopt_vtest2
|
10 |
-
|
11 |
import os
|
12 |
os.environ["CUDA_DEVICE_ORDER"]="PCI_BUS_ID"
|
13 |
os.environ["CUDA_VISIBLE_DEVICES"]="0"
|
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
import os
|
3 |
os.environ["CUDA_DEVICE_ORDER"]="PCI_BUS_ID"
|
4 |
os.environ["CUDA_VISIBLE_DEVICES"]="0"
|