Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVC-in-use-example

  • Run inference.py script to test resnext101_32x4d model:
python3 inference.py

Default image for classification is data/cat.jpg. To specify the image use --path_img key:

python3 inference.py --path_img data/croco.jpg              
  • Run unit tests (described in utest_inference.py) to test classifier results in the following way:
python3 -m unittest test.utest_inference -v

About

DVC usage example for resnext101_32x4d

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages