KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Nucleus_detection
★ 9
Open GitHub ↗
Automate nucleus detection
Download README (.md)
Explore Similar Repositories
ssma
:
samp-servers.net mobile application
goproxy-tunnel-server
:
A server to manage goproxy tunnel, thanks snail007's goproxy: https://github.com/snail007/goproxy
GMX
:
GMX——tools
laravel-passport-api
:
No description available.
EI315-3F-VisionBasedSmartCar
:
利用小车前后的RGB摄像头实现自动巡线和倒车入库功能。
// 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
Nucleus_detection
?
Download (.md)
# Nucleus_detection Automate nucleus detection Datasets obtained from https://www.kaggle.com/c/data-science-bowl-2018/overview # Project Aim: ### Build an algorithm to automate the process of identifying nuclei <img src='https://github.com/xiey1/Nucleus_detection/blob/master/images/Image_visualization_eda.png' width=900px> # Approach -- UNet <img src='https://github.com/xiey1/Nucleus_detection/blob/master/images/u-net-architecture.png' width=900px> <br>reference: <br>https://arxiv.org/pdf/1505.04597.pdf <br>https://github.com/milesial/Pytorch-UNet/tree/master/unet # Result <img src='https://github.com/xiey1/Nucleus_detection/blob/master/images/Image_visualization_train_1.png' width=900px> <img src='https://github.com/xiey1/Nucleus_detection/blob/master/images/Image_visualization_test.png' width=900px> <br>Remove nuclei with small size (possibly debris) and visualize nuclei using multi-channel imaging <img src='https://github.com/xiey1/Nucleus_detection/blob/master/images/Image_visualization_multichannel.png' width=600px> <br>Visualize individual detected nucleus <img src='https://github.com/xiey1/Nucleus_detection/blob/master/images/Image_visualization_individual.png' width=900px>