-
what is the format of ssd-mobilenet.labels in the sample code
-
Don't think this issue exists, searched in issues and PR's
Version: I'm currently 1 commit behind `iron` branch: `cf5d2aaee9117298ea1632c98ffd36a5d7d535ac`
Device: OAK-D pro W
Trying to run yo…
MRo47 updated
2 months ago
-
| Model name | InputSize | TrainSet | TestSet | mAP |
| ----- | ------ | ------ | ------ | ----- |
| [YOLOv3-Mobilenet](https://github.com/Adamdad/keras-YOLOv3-mobilenet) | 320x320 | VOC07+12 | VO…
-
Were anybody training with embedded mobilenet ssd, but detecting not thing.
I train with pretrain file from zhoujustin. ==>https://drive.google.com/file/d/1_MeZ8kvmpNibPZvSJGnwKNRATeuyxNtu/view
The…
-
Machine : Win10 64-bit
python : Anaconda3 , python 3.6
tensorflow : 1.14
model configuration : ssd_mobilenet_v1_coco.config
pre-trained model used : ssd_mobilenet_v1
in model/research
`python …
-
So, I have tested the API in multiple computers. All of them have really good hardware. On my desktop the picture bbt1.jpg will have all 4 faces detected. However, there are 2 computers that no matter…
-
Hi,
I'm confuced about the last layers of the feature map with stride 2 and kernel size =3,and I also visualize the network with the infer_shape showed as below,How can 1X1 feature map can convolve…
-
ModelArts-Lab能否正常实现depthwise-conv操作?同事说ModelArts-Lab是基于caffe1的,在caffe1上的depthwise-conv操作速度非常慢而且回爆显存。
此外我的模型是用pytorch实现的MobileNet-SSD,但是模型是修改过的,输入并不是图像,由于我不擅长caffe1,之前尝试迁移到caffe1时碰到了非常多麻烦,最主要的是在caffe中…
-
# Reference
- [ ] [Tensorflow detection model zoo](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md)
- [ ] [Quick Start: Training a pet detecto…
-
Issue:
When trying to convert the attached model using the following script
import tensorflow as tf
import onnx
import keras2onnx
keras_model = tf.keras.models.load_model(mobilenet_ssd.h5, comp…