PaddlePaddle / Paddle-Lite-Demo

lib, demo, model, data
Apache License 2.0
670 stars 281 forks source link

faster-rcnn object detection model doesn't work #369

Open nkhlS141 opened 11 months ago

nkhlS141 commented 11 months ago

How do I modify the object detection demo app to use my model trained with faster-rcnn-r50. Currently the app only supports picodet and ssd models right?

qili93 commented 8 months ago

Please just try to replace the nb model to faster-rcnn-r50, and let me know if any problems.