jagin / detectron2-pipeline

Modular image processing pipeline using OpenCV and Python generators powered by Detectron2.
MIT License
87 stars 36 forks source link

Allow all configs #13

Open pareshchouhan opened 3 years ago

pareshchouhan commented 3 years ago

Allow all configurations to be used that are available in detectron2 latest commit, weight files are downloaded using model_zoo. Works with latest version of detectron2, tried it and tests are passing.

pareshchouhan commented 3 years ago

@jagin , if you can review this and suggest changes or merge it as is. :)