KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
U-Net-segmentation
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
sta141c-winter19
:
course materials for UC Davis STA141C: Big Data & High Performance Statistical Computing
kubernetes-nifi-refined
:
Nifi 1.9.0
k8s-slides-yaml-files
:
No description available.
pacer-editor
:
Web editor for the Nektar Pacer MIDI controler
wishlist
:
A list of Node packages that we wish to be available in Deno
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
U-Net-segmentation
?
Download (.md)
# U-Net for segmentation This is the reference implementation of the models and code for the U-Net which was proposed by O Ronneberger,P Fischer and T Brox. You can set parameters like file directory, image size, number of classes etc. in configuration.txt, then run U-Net_Training.py to train the model, run U-Net_Predict.py to segment images. It's mainly for gray images. In my own seg task, the gt mask is saved as png(4 classes and 1 for bg), and the corresponding gray value is [0, 85, 170, 255]