Spaces:
Sleeping
Sleeping
| python main.py \ | |
| --config-path ./configs/lrw_resnet18_mstcn.json \ | |
| --model-path ./train_logs/tcn/2022-06-06T19:09:00/ckpt.best.pth.tar \ | |
| --data-dir ./video \ | |
| --label-path ./labels/30VietnameseSort.txt \ | |
| --save-dir ./result \ | |
| --test | |