config.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Project definitions (do not edit)
  2. Task: SNA-079258-tips
  3. scorer: Keisuke
  4. date: Dec4
  5. # Project path (change when moving around)
  6. project_path: /home/mouse/ks/Projects/whiskers-realtime/dlc_projects/SNA-079258-tips-Keisuke-2020-12-04
  7. # Annotation data set configuration (and individual video cropping parameters)
  8. video_sets:
  9. /home/mouse/ks/Projects/whiskers-realtime/videos/2020-12-04-session/SNA-079258_2020-12-04_run194907.npz:
  10. crop: 0, 640, 0, 480
  11. /home/mouse/ks/Projects/whiskers-realtime/videos/2020-12-04-session/SNA-079258_2020-12-04_run194439.npz:
  12. crop: 0, 640, 0, 480
  13. bodyparts:
  14. - Tip1
  15. - Tip2
  16. - Tip3
  17. start: 0
  18. stop: 1
  19. numframes2pick: 20
  20. # Plotting configuration
  21. skeleton:
  22. - - Tip1
  23. - Tip2
  24. - - Tip2
  25. - Tip3
  26. skeleton_color: white
  27. pcutoff: 0.0
  28. dotsize: 4
  29. alphavalue: 0.7
  30. colormap: gist_rainbow
  31. # Training,Evaluation and Analysis configuration
  32. TrainingFraction:
  33. - 0.95
  34. iteration: 1
  35. resnet:
  36. snapshotindex: -1
  37. batch_size: 1
  38. # Cropping Parameters (for analysis and outlier frame detection)
  39. cropping: false
  40. #if cropping is true for analysis, then set the values here:
  41. x1: 0
  42. x2: 640
  43. y1: 277
  44. y2: 624
  45. # Refinement configuration (parameters from annotation dataset configuration also relevant in this stage)
  46. corner2move2:
  47. - 50
  48. - 50
  49. move2corner: true
  50. default_net_type: resnet_50
  51. default_augmenter: default