I am currently using YoloV3 with nvdsinfer_custom_impl_Yolo. I would now like to use YoloV4 and convert my .cfg and .weights files within deepstream. However, I get the error “Yolo type is not defined from config file name”. How can I use yolov4? There is also no yolov4 in the samples.
Are your pipelines for yolov3 and yolov4 the same?
Please provide complete information as applicable to your setup.
Hardware Platform (Jetson / GPU) • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) GLib, Gst, GstRtspServer, GObject
Here is a similar post from me. However, this time it is a different bug with yolov4. I think it might have something to do with nvdsinfer_custom_impl_yolo though.
I tested your suggestion with this github repository:
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
1.Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
2.How do you get the fps?
3.Could you use both our model to test it? deepstream_tao_apps This project have both our yolov3, yolov4 model.