Advertisement
lamiastella

unmatched jsons and images from HICO dataset

Jan 11th, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. [101818:3149 0:2046] 03:54:16 Mon Jan 11 [mona@goku:pts/4 +1] ~/research/code/smplify-x
  2. $ ./djrn_fit.sh
  3. Processing: ../../data/smplify-x/djrn_train_data/images/HICO_train2015_00000001.jpg
  4. Found Trained Model: ../../data/smplify-x/vposer_v1_0/snapshots/TR00_E096.pt
  5. /home/mona/research/code/smplify-x/smplifyx/optimizers/lbfgs_ls.py:238: UserWarning: This overload of add_ is deprecated:
  6. add_(Number alpha, Tensor other)
  7. Consider using one of the following signatures instead:
  8. add_(Tensor other, *, Number alpha) (Triggered internally at /pytorch/torch/csrc/utils/python_arg_parser.cpp:882.)
  9. p.data.add_(step_size, update[offset:offset + numel].view_as(p.data))
  10. Camera initialization done after 0.7423
  11. Camera initialization final loss 3950.0469
  12. Stage 000 done after 2.5942 seconds
  13. Stage 001 done after 1.0821 seconds
  14. Stage 002 done after 3.1855 seconds
  15. Stage 003 done after 9.8854 seconds
  16. Stage 004 done after 4.7777 seconds
  17. Stage: 100%|██████████████████████████████████████████████████████████████████████████████| 5/5 [00:21<00:00, 4.31s/it]
  18. Body fitting Orientation 0 done after 21.5332 seconds
  19. Body final loss val = 2035.95874
  20. Orientation: 100%|████████████████████████████████████████████████████████████████████████| 1/1 [00:21<00:00, 21.53s/it]
  21. Traceback (most recent call last):
  22. File "smplifyx/main.py", line 272, in <module>
  23. main(**args)
  24. File "smplifyx/main.py", line 201, in main
  25. for idx, data in enumerate(dataset_obj):
  26. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 206, in __next__
  27. return self.next()
  28. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 215, in next
  29. return self.read_item(img_path)
  30. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 183, in read_item
  31. keyp_tuple = read_keypoints(keypoint_fn, use_hands=self.use_hands,
  32. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 54, in read_keypoints
  33. with open(keypoint_fn) as keypoint_file:
  34. FileNotFoundError: [Errno 2] No such file or directory: '../../data/smplify-x/djrn_train_data/keypoints/HICO_train2015_00000002_keypoints.json'
  35. Traceback (most recent call last):
  36. File "smplifyx/main.py", line 272, in <module>
  37. main(**args)
  38. File "smplifyx/main.py", line 201, in main
  39. for idx, data in enumerate(dataset_obj):
  40. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 206, in __next__
  41. return self.next()
  42. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 215, in next
  43. return self.read_item(img_path)
  44. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 183, in read_item
  45. keyp_tuple = read_keypoints(keypoint_fn, use_hands=self.use_hands,
  46. File "/home/mona/research/code/smplify-x/smplifyx/data_parser.py", line 54, in read_keypoints
  47. with open(keypoint_fn) as keypoint_file:
  48. FileNotFoundError: [Errno 2] No such file or directory: '../../data/smplify-x/djrn_test_data/keypoints/HICO_test2015_00000001_keypoints.json'
  49. 2612/31772MB(smplifyx)
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement