Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Brain Tumor Detection in MRI Images using YOLO v3 implemented in Pytorch

Notifications You must be signed in to change notification settings

mr-ravin/Brain-Tumor-Detection-MRI-using-YOLO-v3-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detection of Brain Tumor in MRI Images using YOLO v3 Model implemented in Pytorch

Directory Structure:

|-- dataset/
|      |-- images/
|      |     |-- train/   
|      |     |-- test/
|      |
|      |-- labels/
|            |-- train/
|            |-- test/
|
|-- source_code
|      |-- yolo_configuration.json
|      |-- model.py
|      |-- dataset.py
|      |-- loss_fn.py
|      |-- utils.py
|      |-- run.py    # entry point
|
|-- weights/
|-- image_plots/ # saved images after plotting of pred bounding boxes

Commands

  • To Train the model
    python3 run.py --mode train --epoch 80
    
  • To visualise predicted bboxes on Test set
    python3 run.py --mode test
    

Visualise

prediction.jpg showcases image with ground truth and predicted bounded boxes with resolution 416x416.

image

Resources

About

Brain Tumor Detection in MRI Images using YOLO v3 implemented in Pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages