-
"model_path": 'model_data/mobilenet_ssd_weights.h5'
net['predictions'] = concatenate([net['mbox_loc'],
net['mbox_conf'],
net['mbox…
-
hey there,
how can it be, that the mAP of the models in https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md
is between 16 and 43??
should those…
-
@lmbxmu
Hi ,thank you your work,it's great~
I want to ask you ,the detect model (yolo ssd) to use your code ,is OK ? same?
-
Hello, I'm testing on the voc using the trained model you provided. The result of the pelee_SSD_304x304_iter_112000.caffemodel model map is 0.701925, and the map given in your thesis is 70.9. The same…
LXWDL updated
5 years ago
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
[+] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
[+] I am reporting the…
-
Hi everyone !!!
I'm trying to run this code to train on my own dataset but I'm having this issue.
Here is my problem :
Traceback (most recent call last):
File "train.py", line 232, in
…
-
# Details
We want to convert object detect model SSD which be generated Chainer.
We can convert it to onnx but onnx2ncnn cannot convert LpNormalization.
LpNormalization is basic operator.
Is t…
-
hi,
I am interested in the text detection by SSD ,Could you email me the the trained Model file,
my email is huchao.999@163.com
Best wishs
thank you very much
-
Hello @ShuangXieIrene and @foreverYoungGitHub .
Thank you for your great contribution.
As the title said, what is "Free Image Size" ?
In the .cfg file, there are several settings as below. …
-
![image](https://user-images.githubusercontent.com/31400928/97395245-7c003100-191f-11eb-9aea-f7e63dbe6632.png)
Hi,I use TF2-Models-ObjectDetection train SSD_MobileNet ,then i tried Convert Ckpt to …