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

code for "Automated assessment of BI-RADS categories for ultrasound images using multi-scale neural networks with an order-constrained loss function"

License

yongpi-scu/BRNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRNet

code for "Automated assessment of BI-RADS categories for ultrasound images using multi-scale neural networks with an order-constrained loss function"

Requirements

  • PyTorch 1.0+
  • Python 3.x

Running

train:

python train.py --config cfgs/brnet.yaml --net brnet --model mi_model --gpu 0 --seed 666

eval:

python eval.py --config cfgs/brnet.yaml --net brnet --model mi_model --gpu 0 --save_name BRNet_seed_666 --ckpt_path path-to-checkpoint.pth

Data

The data folder contains a portion of our dataset.

About

code for "Automated assessment of BI-RADS categories for ultrasound images using multi-scale neural networks with an order-constrained loss function"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published