-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
(faceit) PS D:\AI\faceit_live3> python faceit_live.py --webcam_id 0 --gpu_id 0 --system win
CUDA is available: True
Device Name: NVIDIA GeForce RTX 4080
Device Count: 1
CUDA: 11.8
cuDNN 8700
Device 0
Scanning /media folder for images to use...
./media/oliver.jpg
./media/oliver2.jpg
webcam dimensions = 640.0 x 480.0
Traceback (most recent call last):
File "D:\AI\faceit_live3\faceit_live.py", line 285, in <module>
main()
File "D:\AI\faceit_live3\faceit_live.py", line 100, in main
generator, kp_detector = demo.load_checkpoints(config_path=f'{first_order_path}config/vox-adv-256.yaml', checkpoint_path=f'{model_path}/vox-adv-cpk.pth.tar')
File "D:\AI\faceit_live3\first-order-model\demo.py", line 42, in load_checkpoints
checkpoint = torch.load(checkpoint_path)
File "C:\Users\Tangles\Miniconda3\envs\faceit\lib\site-packages\torch\serialization.py", line 791, in load
with _open_file_like(f, 'rb') as opened_file:
File "C:\Users\Tangles\Miniconda3\envs\faceit\lib\site-packages\torch\serialization.py", line 271, in _open_file_like
return _open_file(name_or_buffer, mode)
File "C:\Users\Tangles\Miniconda3\envs\faceit\lib\site-packages\torch\serialization.py", line 252, in __init__
super().__init__(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'model//vox-adv-cpk.pth.tar'
(faceit) PS D:\AI\faceit_live3>
Metadata
Metadata
Assignees
Labels
No labels