datascienceharp commited on
Commit
0b58194
·
1 Parent(s): a24e92a

removing strings

Browse files
Files changed (1) hide show
  1. script.py +0 -13
script.py CHANGED
@@ -1,16 +1,3 @@
1
- """
2
- Note: You don't need to modify this file as this script is used to train the model for the project.
3
-
4
- All of your work should be done in the data_curation.py script.
5
-
6
- You should import your main functions from the data_curation.py script and use them to prepare the dataset for training.
7
-
8
- The approved model is `yolov10m` from Ulytralytics.
9
-
10
- Your predictions must be in a label_field called "predictions" in the dataset.
11
-
12
- See here for more details about hyperparameters for this model: https://docs.ultralytics.com/modes/train/#train-settings
13
- """
14
  import os
15
 
16
  import yaml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import os
2
 
3
  import yaml