Open lior007 opened 8 hours ago
self.deep3d_pred_net = create_onnx_session(hf_hub_download('songkey/hello_group_facemodel', filename='hello_3dmm.onnx', cache_dir='path/to/you/defined'), gpu_id=gpu_id)
huggingface_hub
will only verify the file’s integrity on subsequent launches, so it will not re-download the file.
what models? What are the file names? What folder do they go to?
also Every time I run the APP.PY file 4 files are downloaded to the folder "C:\Users\LIOR0.cache\huggingface\hub\models--songkey--hello_group_facemodel\snapshots\a0e34229533a463364929f39ee7e7d72e3d2d188
this is the files: hello_3dmm.onnx hello_arkit_blendshape.onnx hello_face_det.onnx hello_face_landmark.onnx
Should they stay there? Or should they be copied to another location? Why do they go down every time?