bearpaw/pytorch-pose

Some problems about the running process

OmegaChan opened this issue · 2 comments

Hello, I just got in touch with this. I'm trying to follow your GitHub tips to complete this project. , I downloaded those datasets and JSON files and put them in the specified folder. Why do I run or make a mistake? This question has puzzled me for a long time. Can you help me to have a look? Thanks again!

File "/home/mrdl/pytorch-pose/example/../pose/datasets/mpii.py", line 30, in init
with open(self.jsonfile) as anno_file:
FileNotFoundError: [Errno 2]There is no file or directory : ''

Hello, I just got in touch with this. I'm trying to follow your GitHub tips to complete this project. , I downloaded those datasets and JSON files and put them in the specified folder. Why do I run or make a mistake? This question has puzzled me for a long time. Can you help me to have a look? Thanks again!

File "/home/mrdl/pytorch-pose/example/../pose/datasets/mpii.py", line 30, in init
with open(self.jsonfile) as anno_file:
FileNotFoundError: [Errno 2]There is no file or directory : ''

i meet this problem. and then i modify the cfg in the main.py. but the error still exist.

Have you solved this error? I am confused about it,too.

Hello, I just got in touch with this. I'm trying to follow your GitHub tips to complete this project. , I downloaded those datasets and JSON files and put them in the specified folder. Why do I run or make a mistake? This question has puzzled me for a long time. Can you help me to have a look? Thanks again!
File "/home/mrdl/pytorch-pose/example/../pose/datasets/mpii.py", line 30, in init
with open(self.jsonfile) as anno_file:
FileNotFoundError: [Errno 2]There is no file or directory : ''

i meet this problem. and then i modify the cfg in the main.py. but the error still exist.