From 7fc827be7315f5510b7d69aff3d63fada4a2006c Mon Sep 17 00:00:00 2001 From: JianHe0628 <jl02958@surrey.ac.uk> Date: Thu, 3 Apr 2025 10:30:11 +0100 Subject: [PATCH] deleting hardcoded args --- Inject_and_Visualize.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Inject_and_Visualize.py b/Inject_and_Visualize.py index bc46db2..7110d8b 100644 --- a/Inject_and_Visualize.py +++ b/Inject_and_Visualize.py @@ -364,19 +364,6 @@ if __name__ == '__main__': parser.add_argument('--extracted_input', type=str, default='', help='lmdb file for input') parser.add_argument('--frame_range', type=str, default='0,-1', help='Frame range for input') args = parser.parse_args() - - - # args.img_folder = '/vol/vssp/datasets/singlevideo/csldaily/sentences/frames_512x512/S005657_P0006_T00' - args.vid = '/vol/research/signVision/Projects/BSLboundaries/data_for_segment/Your_caring_role_will_evolve_throughout_your_babys_journey_in_the_neonatal_unit_as_you_learn_more_about_them_and_their_needs.mp4' - args.extracted_input = f'/vol/research/signVision/Projects/BSLboundaries/Rachel_Test/5/Your_caring_role_will_evolve_throughout_your_babys_journey_in_the_neonatal_unit_as_you_learn_more_about_them_and_their_needs.lmdb' - - - # args.lmdb_input = "/media/scratch/MeinDGS_HaMeR_lzma/1182135/1182135_1b1.lzma" - args.out_folder = f'/vol/research/signVision/Projects/BSLboundaries/Test/Check_Sumin' - args.frame_range = '0,-1' - # args.bbox = True - args.bbox = 'False' - args.save_mesh = True # Download and load checkpoints # download_models(CACHE_DIR_HAMER) -- GitLab