log.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. 2019-12-13 17:14:05 Config:
  2. {'all_joints': [[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. 'all_joints_names': ['eye_top',
  19. 'eye_topleft',
  20. 'eye_left',
  21. 'eye_bottomleft',
  22. 'eye_bottom',
  23. 'eye_bottomright',
  24. 'eye_right',
  25. 'eye_topright',
  26. 'pupil_top',
  27. 'pupil_topleft',
  28. 'pupil_left',
  29. 'pupil_bottomleft',
  30. 'pupil_bottom',
  31. 'pupil_bottomright',
  32. 'pupil_right',
  33. 'pupil_topright'],
  34. 'batch_size': 8,
  35. 'bottomheight': 400,
  36. 'crop': True,
  37. 'crop_pad': 0,
  38. 'cropratio': 0.4,
  39. 'dataset': 'training-datasets/iteration-2/UnaugmentedDataSet_eyesDec8/eyes_Keisuke95shuffle1.mat',
  40. 'dataset_type': 'default',
  41. 'deconvolutionstride': 2,
  42. 'deterministic': False,
  43. 'display_iters': 1000,
  44. 'fg_fraction': 0.25,
  45. 'global_scale': 0.8,
  46. 'init_weights': '/home/mouse/anaconda3/envs/dlc2.1/lib/python3.6/site-packages/deeplabcut/pose_estimation_tensorflow/models/pretrained/resnet_v1_50.ckpt',
  47. 'intermediate_supervision': False,
  48. 'intermediate_supervision_layer': 12,
  49. 'leftwidth': 400,
  50. 'location_refinement': True,
  51. 'locref_huber_loss': True,
  52. 'locref_loss_weight': 0.05,
  53. 'locref_stdev': 7.2801,
  54. 'log_dir': 'log',
  55. 'max_input_size': 1500,
  56. 'mean_pixel': [123.68, 116.779, 103.939],
  57. 'metadataset': 'training-datasets/iteration-2/UnaugmentedDataSet_eyesDec8/Documentation_data-eyes_95shuffle1.pickle',
  58. 'min_input_size': 64,
  59. 'minsize': 100,
  60. 'mirror': False,
  61. 'multi_step': [[0.005, 10000],
  62. [0.02, 430000],
  63. [0.002, 730000],
  64. [0.001, 1030000]],
  65. 'net_type': 'resnet_50',
  66. 'num_joints': 16,
  67. 'num_outputs': 1,
  68. 'optimizer': 'sgd',
  69. 'output_stride': 16,
  70. 'pos_dist_thresh': 17,
  71. 'project_path': '/home/mouse/ks/Projects/eyes-Keisuke-2019-12-08',
  72. 'regularize': False,
  73. 'rightwidth': 400,
  74. 'save_iters': 50000,
  75. 'scale_jitter_lo': 0.5,
  76. 'scale_jitter_up': 1.25,
  77. 'scoremap_dir': 'test',
  78. 'shuffle': True,
  79. 'snapshot_prefix': '/home/mouse/ks/Projects/eyes-Keisuke-2019-12-08/dlc-models/iteration-2/eyesDec8-trainset95shuffle1/train/snapshot',
  80. 'stride': 8.0,
  81. 'topheight': 400,
  82. 'weigh_negatives': False,
  83. 'weigh_only_present_joints': False,
  84. 'weigh_part_predictions': False,
  85. 'weight_decay': 0.0001}