Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

coco_detection_dataset_params.yaml 1.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. batch_size: 64 # batch size for trainset in CoCoDetectionDatasetInterface
  2. val_batch_size: 64 # batch size for valset in CoCoDetectionDatasetInterface
  3. val_image_size: 320 # image size for valset in CoCoDetectionDatasetInterface
  4. train_image_size: 320 # image size for trainset in CoCoDetectionDatasetInterface
  5. val_collate_fn: # collate function for valset in CoCoDetectionDatasetInterface
  6. _target_: super_gradients.training.utils.utils.load_func
  7. dotpath: super_gradients.training.utils.detection_utils.base_detection_collate_fn
  8. train_collate_fn: # collate function for trainset in CoCoDetectionDatasetInterface
  9. _target_: super_gradients.training.utils.utils.load_func
  10. dotpath: super_gradients.training.utils.detection_utils.base_detection_collate_fn
  11. val_sample_loading_method: "default"
  12. dataset_hyper_param:
  13. hsv_h: 0.015 # IMAGE HSV-Hue AUGMENTATION (fraction)
  14. hsv_s: 0.7 # IMAGE HSV-Saturation AUGMENTATION (fraction)
  15. hsv_v: 0.4 # IMAGE HSV-Value AUGMENTATION (fraction)
  16. degrees: 0.0 # IMAGE ROTATION (+/- deg)
  17. translate: 0.1 # IMAGE TRANSLATION (+/- fraction)
  18. scale: 0.5 # IMAGE SCALE (+/- gain)
  19. shear: 0.0 # IMAGE SHEAR (+/- deg)
  20. _convert_: all
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...