Borrar filtros
Borrar filtros

How to combine other Pretrained network with YOLOX for backbone?

9 visualizaciones (últimos 30 días)
Drov
Drov el 3 de Abr. de 2024
Respondida: Chandrika el 19 de Jul. de 2024 a las 16:40
Hello,
In this example: https://www.mathworks.com/help/vision/ref/yoloxobjectdetector.html shows about YOLOX object detection model.
YOLOX used CSP-DarkNet-53 for backbone net. But can we combine other pretrained network model in YOLOX for backbone net like Resnet18, googlenet, etc., please?
Thanks in advance!

Respuestas (1)

Chandrika
Chandrika el 19 de Jul. de 2024 a las 16:40
Hello Drov,
YOLOX unlike the other existing Object Detection networks in MATLAB such as YOLO v4, YOLO v2, etc. does not have the option to take in a custom trained network as input. It supports only two pretrained YOLOX deep learning networks namely "small-coco" and "tiny-coco" which use CSP-DarkNet-53 as the base network. There is thus no workaroud currently to use any other base network with YOLOX.
Hope this answers your query!
Regards,
Chandrika

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by