atticus-carter commited on
Commit
41b701e
1 Parent(s): ca9f6e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ PREDICT_KWARGS = {
13
 
14
  # Title and description for the app
15
  st.title("OOI RCA Digital Still Camera Benthic Megafauna Detector")
16
- st.write("This app uses a YOLO model to detect benthic megafauna in images.")
17
 
18
  # Load example images
19
  examples = glob.glob("images/*.png")
 
13
 
14
  # Title and description for the app
15
  st.title("OOI RCA Digital Still Camera Benthic Megafauna Detector")
16
+ st.write("This app uses a YOLOv11 model to detect benthic megafauna in images taken by the RCA OOI Digital Still Camera placed at Southern Hydrate Ridge to provide near real-time biological data. Please select an image from the sidebar on the left to try it out! This model was trained by University of Washington researchers on a RTX 3090 GPU for 100 epochs using MBARIs YOLOv8 model FathomNet/MBARI-315k-yolov8 as a starting point.The dataset used was first annotated by the afrorementioned MBARI model before being preprocessed both algorithmically and by hand by Dr. Katie Bigham and Atticus Carter. Classes are constrained to morphotypes as exact species are yet to be fully IDed and integrated. This models ideal image input size for training is 1024x1024. ")
17
 
18
  # Load example images
19
  examples = glob.glob("images/*.png")