pose_cfg.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. all_joints:
  2. - - 0
  3. - - 1
  4. - - 2
  5. - - 3
  6. - - 4
  7. - - 5
  8. - - 6
  9. - - 7
  10. - - 8
  11. - - 9
  12. - - 10
  13. - - 11
  14. - - 12
  15. - - 13
  16. - - 14
  17. - - 15
  18. - - 16
  19. - - 17
  20. - - 18
  21. all_joints_names:
  22. - snout
  23. - neck
  24. - upper_back
  25. - middle_back
  26. - tailbase
  27. - shoulder_right
  28. - elbow_right
  29. - wrist_right
  30. - forepaw_right
  31. - forepaw_left
  32. - hip_right
  33. - knee_right
  34. - ankle_right
  35. - hindpaw_right
  36. - hindpaw_left
  37. - beam_left_top
  38. - beam_left_bottom
  39. - beam_right_top
  40. - beam_right_bottom
  41. batch_size: 1
  42. bottomheight: 400
  43. crop: true
  44. cropratio: 0.4
  45. dataset: training-datasets/iteration-0/UnaugmentedDataSet_RotatingBeam3.1Jul12/RotatingBeam3.1_Sebastian_Kloubert95shuffle5.mat
  46. dataset_type: imgaug
  47. display_iters: 1000
  48. global_scale: 0.8
  49. init_weights: /mnt/Install/DLC-GPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/models/pretrained/resnet_v1_50.ckpt
  50. intermediate_supervision: false
  51. intermediate_supervision_layer: 12
  52. leftwidth: 400
  53. location_refinement: true
  54. locref_huber_loss: true
  55. locref_loss_weight: 0.05
  56. locref_stdev: 7.2801
  57. max_input_size: 1500
  58. metadataset: training-datasets/iteration-0/UnaugmentedDataSet_RotatingBeam3.1Jul12/Documentation_data-RotatingBeam3.1_95shuffle5.pickle
  59. min_input_size: 64
  60. minsize: 100
  61. mirror: false
  62. multi_step:
  63. - - 0.005
  64. - 10000
  65. - - 0.02
  66. - 430000
  67. - - 0.002
  68. - 730000
  69. - - 0.001
  70. - 1030000
  71. net_type: resnet_50
  72. num_joints: 19
  73. pairwise_huber_loss: false
  74. pairwise_predict: false
  75. partaffinityfield_predict: false
  76. pos_dist_thresh: 17
  77. project_path: /mnt/DLC/RotatingBeam3.1-Sebastian_Kloubert-2020-07-12
  78. rightwidth: 400
  79. save_iters: 50000
  80. scale_jitter_lo: 0.5
  81. scale_jitter_up: 1.25
  82. topheight: 400