singleshotdetector
singleshotdetector copied to clipboard
SingleShotDetector implementation using Fastai v3
Has anyone succeeded in porting this for inference on mobile? I've converted it, but cannot figure out to to transform the bounding box and classification outputs into x,y,w,h. I thought...
I've trained my model for quite a bit now on different data which works great. but I'm having trouble usiing `predict()` on images that are not of training, validation. or...
Simple bug - 'self' attribute is missing in the definition of the unfreeze() function for SingleShotDetector Class. Improvement: Also, fit_one_cycle() could be defined and used instead of simple fit() for...