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
Found Trained Model: ./vposer/snapshots/TR00_E096.pt
init_t: tensor([[0., 0., nan]], device='cuda:0')
NaN loss value, stopping!
Camera initialization done after 1.3177
Traceback (most recent call last):
File "smplifyx/main.py", line 273, in <module>
main(**args)
File "smplifyx/main.py", line 262, in main
**args)
File "/mnt/hdd0/manishkr/smplify-x/smplifyx/fit_single_frame.py", line 367, in fit_single_frame
cam_init_loss_val))
TypeError: unsupported format string passed to NoneType.__format__
(smplifyx)
Any help on this as why i am getting this error?
Update:-
After disabling interactive mode and disabling cuda and interpenetration Mesh got generated but it has NaN co-ordinates
The text was updated successfully, but these errors were encountered:
After running this i am getting below error
Any help on this as why i am getting this error?
Update:-
After disabling
interactive mode
and disablingcuda
andinterpenetration
Mesh got generated but it has NaN co-ordinatesThe text was updated successfully, but these errors were encountered: