-
## detail | 详细描述 | 詳細な説明
loop_count = 64
num_threads = 8
powersave = 0
gpu_device = -1
cooling_down = 0
squeezenet min = 20.73 max = 142.01 avg = 47.55
squeezenet_int8 m…
-
Hi,i tried the mobilenetV2 you provided in the other repo.It successfully converted to the desired engine.But when i run the runDet command and evaluation command.It throws out the exception:
ter…
-
Is there a pre-trained MobileNet model available that can be used out of the box without any further training? Just like the 3 pre-trained models (pspnet_50_ADE_20K,pspnet_101_cityscapes and pspnet_10…
-
# Arch
`Backbone-mobilenet` + `Decoder x 5` + `Final Conv + Activation`
- 先提取 Shape/(2^5) 的 `feature map`
- 再 upsample `2^5` 到原 resolution
Input | 448x448x3 - HxWxC
-- | --
Output | `448x44…
-
I see in line 299 the following line of code.
`dropout=1e-3`
Usually dropout in 0,2 or 0,5 apper to me very small.
Is it a bug, or voluntary set at so small value ?
-
Hi @eric612 thanks for the great project. After looking into your `.prototxt` file, I have a quick question. Why the shallow layer of mobilenet is skipped and concatenated into the deeper layer? Is th…
-
您好!能用train_mobilenet_on_imagenet.sh在flowers数据集上训练mobilenet模型吗?
-
Hi,
i am trying to reproduce the code and I am having a dummy issue that I hope you can help with.
I am able to do the "pretrain" and model.pickle is generated properly but when I try to create th…
-
Thanks for releasing the code and your effort. I like this project!
My goal is to compile the Brevitas MobileNet model with my own dataset trained then deploy it to FINN. However, I couldn't find…
-
Hi, I have successfully deployed the Yolo Detection in Magic Leap, would you please tell me if that is possible to use MobileNet to do the same thing? Thank you.