Skip to content

Offical Code for "Establishment of an artificial intelligence-assisted nasal endoscopic diagnostic system and its application in the identification and tracking of new nasal organisms"

License

Notifications You must be signed in to change notification settings

boxiangyun/Identification-and-tracking-of-new-nasal-organisms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identification-and-tracking-of-new-nasal-organisms

Offical Code for "Establishment of an artificial intelligence-assisted nasal endoscopic diagnostic system and its application in the identification and tracking of new nasal organisms"

Requirements

This repository is based on PyTorch 1.12.0, CUDA 11.3, and Python 3.9.7. All experiments in our paper were conducted on NVIDIA GeForce RTX 3090 GPU with an identical experimental setting.

Usage

We provide training code, testing code, and pretrained model will release as soon as possible.

organize the dataset and create the dict .json file, like this format: {"class 1": {"train": [file1, file2...], "val":[...], "test":[...]}, "class 2": {...}}.

To train a model,

python train.py --root_path 'your image files path' -dev 'cuda:0' -b 32 -l 0.001 -name 'baseline_XXXX' -e 300

Citation

under reviewer

Acknowledgements

Some modules in our code were inspired by Monai and segmentation_models.pytorch. We appreciate the effort of these authors to provide open-source code for the community. Hope our work can also contribute to related research.

About

Offical Code for "Establishment of an artificial intelligence-assisted nasal endoscopic diagnostic system and its application in the identification and tracking of new nasal organisms"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages