-
basenet model of mobilenetv3 ssd not found so how we train for mobilenetv3 model.Please guide
-
Hi, Tramac!
Your repo is really helpful to do some interesting experiments : )
I'm new in semantic segmentation, and I have some questions w.r.t. training of MobileNetV3+LR-ASPP.
Could you please…
-
## error log
没有任何错误
## ncnn版本
ncnn-20220420-windows-vs2019
## model | 模型 | モデル
```
def create_mobilenet_v3_large_100_v1(embed_size=128, device = "cpu", pretrained = True):
model_c…
-
Hi, i try to load a onnx model of mobilenet v3 which i have exportet with pytorch.
When i try to load the model in the browser using [](https://cdn.jsdelivr.net/npm/onnxjs@0.1.8/dist/onnx.min.js) f…
-
Can I get pre-trained model for mobilenet v3 that is modified in this Retinaface_Ghost?
If so, I think that I can train my data efficiently.
-
**Describe the bug**
Enable Onnxruntime TensorRT engine cache and do inference on 2 inference models. The 2 models are mobilenetv3, only dataset used to learn is different. Onnxruntime TensorRT gener…
-
I downloaded the small model and tested it, but only got accuracy 64.926%. Not sure is it because of preprocessing difference? Here is what I used:
```
normalize = transforms.Normalize(mean=[0.485, …
-
Hello,
I am trying to remove the segmentation head and add some more layers before adding segmentation head to my model.
But whenever I pass my encoder output to the decoder I keep getting this Er…
-
OS: Windows 11
Package: Anaconda
pytorch_mobile: ^0.2.1
PyTorch : 1.8.1
I'm getting this error when trying to load the model:
>E/PyTorchMobile( 7949): assets/MobileNetV3_2.pt is not a proper …
-