You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ADGAN/data/keypoint.py", line 80, in __getitem__
BP1 = BP1.transpose(2, 0) #c,w,h
IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2)
debug output :
>>>BP1_img.shape
(256, 176)
Any suggestions how to solve this!
The text was updated successfully, but these errors were encountered:
I tested with bash
python ./scripts/test.sh
to test using pre-trained 800-netG model.data is arranged as follows:
code reference
I got following runtime error :
debug output :
Any suggestions how to solve this!
The text was updated successfully, but these errors were encountered: