pytorch_Realtime_Multi-Person_Pose_Estimation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
Some questions about training?
hi, Thank your for your share. I follow your instructions, download the dataset and run train_ VGG19.py.
File "D:\sun\pytorch_Realtime_Multi-Person_Pose_Estimation-master\pytorch_Realtime_Multi-Person_Pose_Estimation-master\lib\datasets\datasets.py", line 182, in getitem
image, anns, meta = self.preprocess(image, anns, None)
UnboundLocalError: local variable 'image' referenced before assignment. Can you tell me how to solve the problem? Thank your for your reply?