You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: