Open danindiana opened 5 years ago
have you solved this issues yet? becuase i'm having this error:
make dir usage: main_ExpShapePoseNet.py [-h] input_list_path main_ExpShapePoseNet.py: error: the following arguments are required: input_list_path An exception has occurred, use %tb to see the full traceback.
SystemExit: 2
it's very similiar to mine, please provide help ASAP
Trying to run the program via the directions returns error:
$ python main_ExpShapePoseNet.py /home/johnh/gits/Expression-Net/
Suggest modifying program to search for input.csv file and/or changing quickstart directions to include path-to-file and file-name. Modifying data_dict = myparse.parse_input(inputlist) to simply grab whatever .csv file is found in directory might also work but I'm not knowledgeable enough python user to implement.