vectornguyen76 / face-recognition

Real-Time Face Recognition use SCRFD, ArcFace, ByteTrack, Similarity Measure
MIT License
123 stars 33 forks source link

Can you guide to train the data and run the project? #5

Closed TruongVanPhuoc closed 1 year ago

TruongVanPhuoc commented 1 year ago

I run file train with dataset errorr c:\Users\PhuocTV\Desktop\New folder\face-recognition\venv\lib\site-packages\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\TensorShape.cpp:3191.) return _VF.meshgrid(tensors, kwargs) # type: ignore[attr-defined] Traceback (most recent call last): File "c:\Users\PhuocTV\Desktop\New folder\face-recognition\train.py", line 212, in main(opt) File "c:\Users\PhuocTV\Desktop\New folder\face-recognition\train.py", line 208, in main training(vars(opt)) File "c:\Users\PhuocTV\Desktop\New folder\face-recognition\train.py", line 133, in training for name_person in os.listdir(source): FileNotFoundError: [WinError 3] The system cannot find the path specified: './database/additional-training-datasets/'

vectornguyen76 commented 1 year ago

I just updated README. Thank you!

TruongVanPhuoc commented 1 year ago

Thank you!