/ResNet_Image_Classification_PyTorch

This is a ResNet image classification training code

Primary LanguagePython

ResNet_Image_Classification_PyTorch

This is a ResNet image classification training code,can be converted to onnx model and deployed to Android using ncnn

dataset used for training:https://www.kaggle.com/slothkong/10-monkey-species

For more details see:https://blog.csdn.net/qq_38412266/article/details/112868835?spm=1001.2014.3001.5502

Android demo

https://github.com/yaoyi30/ResNet_ncnn_android

Reference

https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/tree/master/pytorch_classification

https://github.com/729593736/CoAtNet