Pytorch0.4.1_Openpose
Pytorch0.4.1_Openpose copied to clipboard
OSError : Invalid argument in 'train.py'
When T try to run 'python train.py' ,upto 50% training processing working well,now here is the error:
(Pytorch) C:\Users\mujta\Desktop\Pytorch>python train.py
loading annotations into memory...
Done (t=6.68s)
creating index...
index created!
loading annotations into memory...
Done (t=0.26s)
creating index...
index created!
train images: 64115
val images: 2693
50%|████████████████████████████████████▍ | 8014/16029 [3:37:20<2:39:58, 1.20s/it]C:\Users\mujta\Desktop\Pytorch\openpose.py:417: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.
paf_in_edge = np.hstack([paf[0][np.hsplit(integ_points, 2)], paf[1][np.hsplit(integ_points, 2)]])
50%|████████████████████████████████████▍ | 8014/16029 [3:40:22<3:40:24, 1.65s/it]
Traceback (most recent call last):
File "train.py", line 16, in
before 50% is dine well,but why showing OSError? How to solve this issue? anyone help please!