Skip to content

AIML-MED/DRF_Classification_Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF_Classification

This code is running under Python 3.8.19. Please create a virtual environment according to the requirements.txt file.

1. Download the Trained Model:

Visit https://universityofadelaide.box.com/s/2ecx8vj06vkh44w7flprtnh9mpm5c4z2 to access the trained model.

Download the model and place it in the ./modelling/result/ directory.

2. Model Testing:

Put the test images in the ./modelling directory.

To test the model on an image, use the command below:

 python3 test_net.py --image_path 1.jpeg

You can find the output results in the ./modelling/result/ directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages