SysCV / bdd100k-models

Model Zoo of BDD100K Dataset
https://www.bdd100k.com/
Apache License 2.0
300 stars 40 forks source link

Using the models to predict on other Images #13

Closed askppp closed 2 years ago

askppp commented 2 years ago

Hi,

can i use the models under "bdd100k-models/det/" to make predictions on other images ?

When i followed the "Usage"-Section, it seems that the models can only be used to evaluate the Test/Val Images.

sunny0414 commented 2 years ago

@askppp I also want to do this,but don't have the predict script.

thomasehuang commented 2 years ago

Hello, you can try using this script in MMDetection: https://github.com/open-mmlab/mmdetection/blob/master/demo/image_demo.py. Let me know if there are any further difficulties with this.

askppp commented 2 years ago

Hi again, thanks, it worked. @sunny0414 you have to download the script and then you can run like this:

python image_demo.py Path_Image_File Path_Config_File Path_Checkpoint_File(.pth)

Change the Paths according to your folders.

pupu-chenyanyan commented 2 years ago

@askppp oh yes,thanks you.

thomasehuang commented 2 years ago

@askppp Thanks for the help! I will update the READMEs sometime to add this.