This repository contains the prototype implementation for segmenting cutaneous neurofibroma (cNF) lesions.
Please download the 'SegFormer_b4_Final_512.pth' weights from: https://drive.google.com/drive/folders/1A5PTFHGzscK9IFqMWHnyfE28K-58_v_6?usp=sharing Add this file to the 'segformer_app' directory
Requirements
- Django
- PyTorch
- Transformers
- torchvision
- Pillow
Usage
- Navigate to the project directory.
- Run the Django development server: python manage.py runserver