Synet
Synet copied to clipboard
A small framework to infer neural network
An Improved One millisecond Mobile Backbone https://arxiv.org/abs/2206.04040 https://github.com/facebookresearch/mobile-vision/blob/4d5207c/mobile_cv/arch/fbnet_v2/mobileone_block.py#L15
I trained a custom model with yolov5 and export to onnx format, then convert to synet format. The following code detected nothing, but the onnx model works fine with detect.py...
https://storage.openvinotoolkit.org/repositories/open_model_zoo/2022.1/models_bin/3/person-detection-0303/FP32/ It says ``` Not implemented layer : name = Divide_4866 ; type = Divide ; id = 282 Can't convert layer : id = 285 , name = 610...
Hello Igor! What do you think about making a brief instruction on how to annotate and train models to be compatible with Synet? Which software to use for annotation, which...
Ошибка при конвертировании person-detection-retail-0002.bin/ person-detection-retail-0002.xml - https://download.01.org/opencv/2019/open_model_zoo/R1/models_bin/person-detection-retail-0002/FP32/ Cant't convert layer : type = Proposal, name = proposal, id = 222 ! VS 2019 Win32
As the title.
ggml.ai can quantize a model to int4/8, and can seed up the inference of a model.
Hello, is it possible to run a quantized YOLOv8 network without creating a custom layer?
When using your build script after cloning, every target but test_performance difference builds. test_performance difference fails to build with error `/usr/bin/ld: libSimd.so: undefined reference to `pthread_create' also there is no...
Hello Ihor! I see that there is a new method SimdResizeMethodAreaFast(). Can I replace the SimdResizeMethodArea() with this new method? Is it really faster? Regards, Ed