dronefreak/human-action-classification

How to use custom trained dataset in webcam.py?

tsutang-liao opened this issue · 0 comments

Dear Dronefreak :
I follow the tips to create a custom dataset which contains 2 subfolder and run script in cmd
: python3 scripts/retrain.py --model_dir=tf_files/retrained_graph.pb --output_labels=tf_files/retrained_labels.txt --image_dir=training/
after training finished, i got a tf_files folder (there is a folder named ''retrain_graph.pb'' in tf_files ) ,and how do I use this new trained dataset in run_webcam.py ?

i want to detect two different pose instead of previous setting (sitting and upright)

Regards
Liao