sophia-m commited on
Commit
55fbeae
·
verified ·
1 Parent(s): b349271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -50,6 +50,7 @@ Videos 2 & 3:
50
  ### YOLOv11 Object Detection Model
51
  I chose to use YOLOv11 to create a custom object detection model. The model was trained to detect the presence of Southern Sea Otters in water and on land. I chose an object detection model because it would allow me to add additional features to my model through supplementary code snippets. The features would produce additional visualizations to better interpret movement patterns and behaviors from the dataset. I manipulated the code [found in our textbook](https://oceancv.org/) to better identify and correctly label the otters in lower resolution cam footage, as well as in both land and water. These are my model parameters.
52
  ```python
 
53
  results = model.train(
54
  data=dataset_config,
55
  epochs=100,
 
50
  ### YOLOv11 Object Detection Model
51
  I chose to use YOLOv11 to create a custom object detection model. The model was trained to detect the presence of Southern Sea Otters in water and on land. I chose an object detection model because it would allow me to add additional features to my model through supplementary code snippets. The features would produce additional visualizations to better interpret movement patterns and behaviors from the dataset. I manipulated the code [found in our textbook](https://oceancv.org/) to better identify and correctly label the otters in lower resolution cam footage, as well as in both land and water. These are my model parameters.
52
  ```python
53
+ # Train the model
54
  results = model.train(
55
  data=dataset_config,
56
  epochs=100,