3DMPPE_ROOTNET_RELEASE
3DMPPE_ROOTNET_RELEASE copied to clipboard
About 3DPW dataset
Hi, I'm sorry to bother you, but I have a problem that has been bothering me for a long time. I want to ask you something. I downloaded 3DPW and MPII datasets to try to train ROOTNET, but the following error was reported to me. I am a single GPU and have changed num_worker = 0.
Traceback (most recent call last):
File "D:/DeepLearning/3DMPPE_ROOTNET/3DMPPE_ROOTNET_RELEASE-master/main/train.py", line 83, in
I also tried to add transforms.Resize((256, 256)) to trainset3d_loader.append(DatasetLoader ()) in base.py. I don't know how much img_size is, I tried 128. 256, but the problem was never solved. What should I do? I look forward to your explanation. Thank you very much.
This is because same item has different shape for each dataset.
Hello, I have just encountered the exact same problem. How did you resolve this issue in the end?