Nadine Rueegg commited on
Commit
4656d32
·
1 Parent(s): dc81e88

adjust model (with tail regularizer)

Browse files
Files changed (1) hide show
  1. scripts/gradio_demo.py +2 -2
scripts/gradio_demo.py CHANGED
@@ -158,9 +158,9 @@ def run_bbox_inference(input_image):
158
 
159
 
160
  # -------------------------------------------------------------------------------------------------------------------- #
161
- # python scripts/gradio.py --workers 12 --config refinement_cfg_test_withvertexwisegc_csaddnonflat.yaml --model-file-complete=cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar
162
  args_config = "refinement_cfg_test_withvertexwisegc_csaddnonflat.yaml"
163
- args_model_file_complete = "cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar"
 
164
  args_suffix = "ttopt_v0"
165
  args_loss_weight_ttopt_path = "bite_loss_weights_ttopt.json"
166
  args_workers = 12
 
158
 
159
 
160
  # -------------------------------------------------------------------------------------------------------------------- #
 
161
  args_config = "refinement_cfg_test_withvertexwisegc_csaddnonflat.yaml"
162
+ # args_model_file_complete = "cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar"
163
+ args_model_file_complete = "cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0b/checkpoint.pth.tar"
164
  args_suffix = "ttopt_v0"
165
  args_loss_weight_ttopt_path = "bite_loss_weights_ttopt.json"
166
  args_workers = 12