Closed Minotaur-CN closed 6 years ago
hmm, The error is
File "/home/xx/Tmp/py_keras_Openpose/training/coco_eval.py", line 1, in
It seems the protobuf version error.
It is just unfinished I made only empty callback yet.
coco_eval is not from CoCoAPI, may be bug because this two modules clashes in namespace. And I don't have this bug because CoCoAPI not installed in site_packages. Just comment this callback yet. It does nothing
Dear anatolix,
some error found when runing train_pose.py. from coco_eval import CocoEval coco_eval is from the code COCO PythonAPI? but i can not find this, maybe you change some namespace.
This coco_eval did not found in the keras code of @michalfaber
PS: the CocoEval function in coco_eval.py in training dir?
Thanks for your reply!