xionghc / Facial-Expression-Recognition

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
GNU General Public License v3.0
628 stars 189 forks source link

how to run #10

Closed 13293824182 closed 6 years ago

13293824182 commented 6 years ago

hi I ran the program according to your step instructions and got an error。

when i input ‘python3 main.py train ’ , i get the following error usage: main.py [-h] [--modelPath MODELPATH] [--showbox] func train_or_valid main.py: error: the following arguments are required: train_or_valid when i input 'python3 main.py model train',The program starts running。 Since I am not familiar with this knowledge, I hope to get your help.

xionghc commented 6 years ago

Just type:

python3 main.py
xionghc commented 6 years ago

Same as #13 .