Closed Junhojuno closed 4 months ago
I think, it results from VRAM issue. 5 keypoints' description is the maximum length of prompt in RTX 3090(24GB). because, if setting the description to much longer than COCO, the training script outputs "cuda-out-of-memory error".
HI!Can you run the command bash scripts/valid_h36m.sh?
Hi:) first of all, Thank you for the nice work!
Reviewing the code, I found a curious point which is not explained in the paper. in coco.py, it looks like round is restricted to five, but coco has 17 keypoints(rounds). is there any reason using 5 rounds, not full rounds?
If there is anything that i misunderstood, please tell me! thanks😄