Update downloading_weights.py

fixed yolox path name
This commit is contained in:
sartq 2024-05-31 23:06:00 +05:30 committed by czk32611
parent 978bfed907
commit edd1cf3e49

View File

@ -36,4 +36,3 @@ for url, path in tqdm(zip(config_urls, config_paths)):
# renaming model name as given in readme
os.rename('pretrained_weights/dwpose/yolox_l_8x8_300e_coco_20211126_140236-d3bd2b23.pth', 'pretrained_weights/dwpose/yolox_l_8x8_300e_coco.pth')
os.rename('yolox_l_8x8_300e_coco_20211126_140236-d3bd2b23.pth', 'yolox_l_8x8_300e_coco.pth')