-
在imagenet实验中给出的是MobileNetV2,但是结果中是MobileNetV1。我查看了您这里的V2的结构和DKD工作中的V1结构相同,请问您这里的V2是命名有问题还是别的什么问题呢?
-
thanks
-
Hi, I am trying to run object detection after building the project in my Jetson Nano,
# detectnet --camera=csi://0
But i am getting below errors:
[TRT] 1: [convolutionRunner.cpp::executeConv::…
-
mobilenet_yolo_voc: 22 FPS
yolo_voc: 40FPS
why mobilenet_yolo_voc is slower than yolo_voc ?
-
Can we train the MobileNet on Mnist? I've tried it but failed. It seems that the input of MobileNet must have 3 channels, but Mnist data only has 1 channel. How can I modify the codes to fit Mnist dat…
-
mobilenet_v1 can not be download
-
I have modified [MobileNet model](https://github.com/camel007/caffe2-mobilenet)
```
## @package moiblenet
# Module caffe2.python.models.mobilenet
from __future__ import absolute_import
from __f…
-
Hi, I have got an experimental card of rk3399, and I am a newer of ACL. I want to know the time of one forwarding of mobilenet with GPU?(I have read the docs provided, sorry to get it.)
thank you f…
-
Have you used the pretrained MobileNet model and construct yolo layers on top? And used pretrained MobileNet weights for Mobilenet initialization?
Or you just took the architecture of MobileNet and …
-
Hi,
In the third party implementations section of the Retinaface directory, there is a RetinaFace-MobileNet0.25 implementation with a link to baidu drive to download the weights. When following the…