https://github.com/akaqox/unet-segmentation-with-docker
U-Net segmentation algorithm with options of pretrained resnet34 and resnet50 encoders. All of the project dockerized with gpu suppport on anaconda environment with multiple loss support..
https://github.com/akaqox/unet-segmentation-with-docker
docker docker-container docker-image dockerfile image-processing image-segmentation leaf-disease-classification multiple-loss-function preprocessing python pytorch pytorch-cnn resnet resnet34 resnet50 unet unet-image-segmentation unet-pytorch
Last synced: 3 months ago
JSON representation
U-Net segmentation algorithm with options of pretrained resnet34 and resnet50 encoders. All of the project dockerized with gpu suppport on anaconda environment with multiple loss support..
- Host: GitHub
- URL: https://github.com/akaqox/unet-segmentation-with-docker
- Owner: Akaqox
- Created: 2024-09-12T06:14:54.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T12:27:04.000Z (10 months ago)
- Last Synced: 2025-02-11T16:41:41.460Z (5 months ago)
- Topics: docker, docker-container, docker-image, dockerfile, image-processing, image-segmentation, leaf-disease-classification, multiple-loss-function, preprocessing, python, pytorch, pytorch-cnn, resnet, resnet34, resnet50, unet, unet-image-segmentation, unet-pytorch
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leaf Segmentation Project with Dockerized Anaconda Environment
A segmentation model has been developed with ability to use multiple loss function options and customizable arguments. The model supports several configurations, including a flat U-Net, as well as U-Net variants with ResNet-34 and ResNet-50 encoders.
To ensure compatibility across different environments, the entire project has been containerized using Docker. This allows for a plug-and-play approach, simplifying the process of running the model in various setups.

---
## 💾 **ABOUT**
Will be added later
## Project Structure
Will be added later
## 💻 **TECHNOLOGIES**
## **INSTALLATION**
```
git clone https://github.com/Akaqox/unet-segmentation-with-docker.git
cd unet-segmentation-with-docker
docker build -t seg:latest .
docker run -v /opt/data/seg:/app/results --gpus all -it --ipc=host segpython -u main.py --bs --model unet50
python -u inference
python -u inference --image 'path to image'
python -u inference --jv
```## 🔎 **SHOWCASE**
Will be added![]()
## 🔎 **REFERENCES**
---