Skip to content

gabcastro/segmentation-oct-rnfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research about DL with ophthalmology

Contains a several group of algs used to segment parts of retina. For now, the used of archtectures like U-Net are under test and improvements, for leverage results under some metrics.

Repo structure

This repo was created to structure some scripts, where is separate by different responsibilities.

Venv environment

  • python3 -m venv venv → creates a virtual environment
  • venv\Scripts\activate.bat → activates the environment (windows)
  • source venv/bin/activate → activates the environment (mac)
  • pip install -r requirements.txt → for install all dependences
  • pip freeze > requirements.txt → when the development was to finish

TODOs

Dependencies

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published