facebookresearch / d2go

D2Go is a toolkit for efficient deep learning
Apache License 2.0
826 stars 197 forks source link

Python Script for Object detection of .pt model #641

Open Chetancool opened 6 months ago

Chetancool commented 6 months ago

I have trained model as mentioned in the tutorial d2go_beginner.ipynb and got int8 model.jit.
Also, I converted that .jit model to .pt model. Now I want to take the inferences of this .pt model in O.S Ubuntu 20 with python 3.8. But I didn't find any python script how to perform object detection with this particular D2go .pt model. Can you please provide any link or tutorials for the same ? Thanks In advance.