saswat0 / Thundernet-Object-Detection

PyTorch implementation of thundernet object detection
4 stars 2 forks source link

Pretrained Models #1

Open abhigoku10 opened 2 years ago

abhigoku10 commented 2 years ago

@saswat0 thanks for sharing the open source the code , can you please share the pre trained model

Thanks in advance

saswat0 commented 2 years ago

@abhigoku10 This particular implementation is a pretty light model (low memory footprint) and can be easily trained on a K80 instance (Google Colab). In case you're unable to do so, let me know. I'll train it on my machine and share with you the frozen model

TonojiKiobya commented 1 year ago

How do you do inferencing?- The test script is not there