Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 909 Bytes

File metadata and controls

42 lines (32 loc) · 909 Bytes

DeepActiveNet-MedSeg

DeepActiveNet-MedSeg is an advanced deep learning framework designed for accurate medical image segmentation using active contours.

Features

  • Employs active contour methods for improved segmentation accuracy.
  • Suitable for various medical imaging tasks.
  • Scalable and easy-to-use training, validation, and prediction scripts.

Installation

Clone the repository:

git clone https://github.com/transmutat/DeepActiveNet-MedSeg.git

Install dependencies:

pip install -r requirements.txt

Usage

Train the model:

python main.py

Validate the model:

python main.py --action=test

Make predictions:

python main.py --action=predict

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for consideration.

License

This project is licensed under the MIT License. See the LICENSE file for details.