-
Hi,
Did you have training MobileNet-v2 SSD Model?
Are there some pretrained model I can use?
Thanks.
-
I got an error because the format of mobilenet_v2.mobilenetv2_base return values is not compatible with the format of resnet.resnet_base or resnet_gluoncv.resnet_base return values.
the trainning was…
-
Is there some Mobilenet pruning examples?
-
I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3).I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.g…
-
I want to train ssd mobilenet with rectangular shape image. As I understand train file is written only for square shape resizing. How can I resize in a rectangular form so that I can keep the aspect r…
-
I run the program in pycharm, one error listed below occurs, how to solve it?
ValueError: Unrecognized model in weights/icon_caption_florence. Should have a `model_type` key in its config.json, or co…
-
I'm trying to compile MobilenetV2 with torch_mlir, but I get the following error
```
Traceback (most recent call last):
File ".........../mobilnet/main.py", line 44, in
module = torch_mlir.…
-
Hello,I want to know about the precision that the model can achieved.I am training this model with 2500 photos,and the iteration is 300k.When I am evaluating this model,the mAP is 36%~38%,it seems tha…
-
Firstly, thanks for your excellect job!
I had tried to prune the mobilenet, it contains many DWConv.
To support DWConv pruning, I make little changes
![image](https://user-images.githubusercontent…
-
After following steps from [here](https://github.com/luxonis/esp32-spi-message-demo#download-depthai-core-which-contains-the-pipeline-builder-example) there doesn't seem to be `mobilenet-ssd/mobilenet…