kbarnard commited on
Commit
53a06f0
·
verified ·
1 Parent(s): a217223

add MODEL_ZOO from github.com/warplab/megafishdetector to as weights dir README

Browse files
Files changed (1) hide show
  1. weights/README.md +17 -0
weights/README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Models
2
+
3
+ ## MegaFishDetector v0 (single class):
4
+ [Link to all weights](https://drive.google.com/drive/folders/14fA7djYvxchfdqgWnCJABV5JQETjVe0I?usp=sharing)
5
+
6
+ Models you'll find:
7
+ - megafishdetector_v0_yolov5s_640p.pt (trained 600 epochs)
8
+ - megafishdetector_v0_yolov5m_1280p.pt (trained 150 epochs)
9
+ - megafishdetector_v0_yolov5l_640p.pt (trained 450 epochs)
10
+
11
+ Data trained on:
12
+ - [AIMs Ozfish](https://github.com/open-AIMS/ozfish)
13
+ - [FathomNet (Gnathostomata phyla only)](https://www.fathomnet.org/)
14
+ - [VIAME FishTrack (50% subsampled)](https://viame.kitware.com/#/collection/62afcb66dddafb68c8442126)
15
+ - [NOAA Puget Sound Nearshore Fish (2017-2018)](https://lila.science/datasets/noaa-puget-sound-nearshore-fish)
16
+ - [DeepFish](https://alzayats.github.io/DeepFish/)
17
+ - [NOAA Labelled Fishes in the Wild](https://www.st.nmfs.noaa.gov/aiasi/DataSets.html)