-
I ran into a problem while using your videotest_example.py for the ssd300MobileNetV2Lite model:
`model = SSD(input_shape, num_classes=NUM_CLASSES)`
leads to an error in ssd300MobileNetV2Lite.py
`de…
-
我的显示如下:
加载 ORB词典. This could take a while...
empty line at 1082073
数据库载入时间 Vocabulary loaded in 6.48s
fopen /home/ewenwan/ewenwan/project/ORB_SLAM2-src-flow--geom-sem-octo/Thirdparty/ncnn/mode…
-
Hello,
I'm trying to reproduce SSDLite results from following paper on COCO (mAP=22.1)
paper: https://arxiv.org/pdf/1801.04381.pdf
below is the config file:
```
MODEL:
NUM_CLASSES: 81
…
-
**Test Env:**
Chromium Version: nightly build 70.0.3503.0 (**8b58220**)
Platform: Android 8.1.0(Google Pixel 2)
**Expected Result:**
SSDLite MobileNetV2(TFlite) in Object Detection should work.
…
-
chuanqi305/MobileNet-SSD: Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
https://github.com/chuanqi305/MobileNet-SSD
chuanqi305/M…
-
# Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation #
- Author: Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, Liang-Chieh Chen…
-
cuda out of memory: the log is like this
2019-05-09 15:24:17.105701: E T:\src\github\tensorflow\tensorflow\stream_executor\cuda\cuda_driver.cc:936] failed to allocate 6.25G (6712326144 bytes) from de…
-
Do you have plans to add MobilenetV2.cfg to yolo?
Link to article:
https://arxiv.org/pdf/1801.04381.pdf
Quote from the article:
> MobileNetV2 SSDLite is 20× more efficient and
> 10× smaller w…
-
python3 gen_model.py error:
Exception has occurred: TypeError
1.5 has type float, but expected one of: int, long
File "/xxx/xxx/MobileNetv2-SSDLite/ssdlite/gen_model.py", line 307,
-
Hi, I am quite interested in your caffe implementation. But I have one question about your prototxt:
In the paper of [MobilenetV2](https://arxiv.org/pdf/1801.04381.pdf), it mentioned `we introduce …