ChristianMarzahl / ObjectDetection

Some experiments with object detection in PyTorch
136 stars 43 forks source link

Fastai V2 #13

Open manycoding opened 4 years ago

manycoding commented 4 years ago

Hi @ChristianMarzahl , thank you for your work. It was helpful for me, especially anchors representations.

I adapted your code to fastai2, feel free to use it https://colab.research.google.com/drive/1ZA6yWj8wHwKUj3HT_LK3rsKYUPIkwnzZ

Once I get good results I'll update this repo https://github.com/manycoding/signatures-detection with the V2 code.