Skip to content

Independent Study where the research of oyster health, particularly the invasion of mud blisters, is being conducted utilizing deep learning methods. Image Recognition is the primary method of Machine Learning on this project

License

Notifications You must be signed in to change notification settings

paedarr/DeepOyster499

Repository files navigation

Deep Learning Research - COMP 499
Drew Davinack (PhD), Mark LeBlanc (PhD), Avery Chan, Paedar Rader, Sayed Ibrahimi

Oyster with some mud blister infection

This project is a study of the health of oysters, specifically the infestation of mud blisters from burrowing worms, to build an image recognition model that can accurately predict how much surface area of an oyster is infected with the parasites. This section is a work in progress.


Installations

Make sure the following are installed on local machine/cloud device:

  • Lastest version of Anaconda (Python 3.12)
  • PyTorch
    • Install with Conda:
    • conda install pytorch torchvision -c pytorch
    • Install with pip:
    • pip3 install torch torchvision
  • Skorch (NN Dependency)
    • Install with Conda:
    • git clone https://github.com/skorch-dev/skorch.git
      cd skorch
      conda create -n skorch-env python=3.10
      conda activate skorch-env
      # install pytorch version for your system (see below)
      python -m pip install -r requirements.txt
      python -m pip install .
    • Install with pip:
    • python -m pip install -U skorch
  • Latest version of Python (3.12)
  • This section is subject to changes

Usage of Resnet-50:

-- Resnet-50 --
@article{He2015, author = {Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun}, title = {Deep Residual Learning for Image Recognition}, journal = {arXiv preprint arXiv:1512.03385}, year = {2015} }

  • Corresponding Repo: *

https://github.com/KaimingHe/deep-residual-networks

About

Independent Study where the research of oyster health, particularly the invasion of mud blisters, is being conducted utilizing deep learning methods. Image Recognition is the primary method of Machine Learning on this project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors