tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 488 forks source link

Inference script missing #232

Open apatsekin opened 5 years ago

apatsekin commented 5 years ago

It would be great if you guys add just a simple inference.py script that takes img_file, model_config file and outputs predictions for that.

RogerChern commented 5 years ago

I will see to it this weekend.

On Thu, Sep 12, 2019 at 3:29 AM apatsekin notifications@github.com wrote:

It would be great if you guys add just a simple inference.py script that takes img_file, model_config file and outputs predictions for that.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TuSimple/simpledet/issues/232?email_source=notifications&email_token=ABGODH75HLGDAJVUGGCBX2LQJFBIRA5CNFSM4IVX66C2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKZZ6IQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGODHYME7OXYUYIYX4A6ATQJFBIRANCNFSM4IVX66CQ .

CoinCheung commented 5 years ago

Any updates? How could I run inference on a single picture with trained model please?

tiberium24 commented 5 years ago

I can not find good information on how to load a trained model from Model Zoo and test it on one image. Could you provide an example code?