ademakdogan/nails_segmentation
This project was made for nails segmentation using deep learning models. __DeepLabV3Plus__ was used for segmentation problem. ResNet101 were used as encoder and imagenet weights were used as encoder weights.
This project helps identify and separate fingernails from the rest of an image. You provide an image containing hands and nails, and it outputs a new image where just the nails are highlighted or cut out. This is useful for anyone working with digital imagery of hands, such as those in beauty tech, medical imaging, or digital art.
No commits in the last 6 months.
Use this if you need to automatically isolate fingernails within an image for analysis, modification, or other purposes.
Not ideal if you need to segment other body parts or objects, or if you require extremely high precision for complex or low-quality nail images without further training.
Stars
43
Forks
22
Language
Python
License
—
Category
Last pushed
Jul 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ademakdogan/nails_segmentation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MLSTRUCT/MLStructFP
Multi-unit floor plan dataset for architectural analysis and recognition
yassouali/pytorch-segmentation
:art: Semantic segmentation models, datasets and losses implemented in PyTorch.
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original...
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
fregu856/deeplabv3
PyTorch implementation of DeepLabV3, trained on the Cityscapes dataset.