liunian199
liunian199
While i run evaluate.py,error emerges like with open(config_path) as config_buffer: TypeError: expected str, bytes or os.PathLike object, not NoneType. Should I edit (config_path)with complete path?
when i run,it goes by init stage4.2.fuse_layers,then assertion error occurs
i have tried to use _write_coco_keypoint_results method,but it turns an error,because the final keypoints matrix in all_pred is not int but float,how can i do with this?
Hi,can you provide some .py referring(train with my own dataset).I have tried to insert some images to val2017,but it shows it receives no data.And then,i tried some coco images(only 30pictures)...