-
Hello,
Looking for info on how to train SSD MobileNetv2 model with negative samples. How is 'BACKGROUND' label handled for negative samples.
Here is my annotation xml for pascal voc dataset for …
-
hello, @liuzhuang13 @Eric-mingjie ,have you ever do the pruning of mobilenetV2?
I try to prune mobilenetV2 with several methods, it seems hard to train the pruned model to convergence in imagenet.
-
I have a problem when I change “model'" in configs_gan_free.yml from ResNet18 to MobileNet.
It says:
Traceback (most recent call last):
File "rec_mult.py", line 90, in
model, model_seed =…
-
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…
-
After using ncnn optimize for the model I get wrong predictions from the model. Using both 65536 and 65535 as flag. Can anyone tell me how to solve this problem?
Zrufy updated
4 years ago
-
Thanks for sharing this wonderful project, however, I just wonder if there is any plan to add support of mobilenetv2 backend support SSD? if so, I can provide you a simple MobileNetv2 net scripts in p…
-
### What?
While converting mobileNetV2 tflite to circle file, `?` `0` appeared in the shape of `Pad`'s output.
* I found this issue while trying : `tflite -> circle -> optimized circle`
* tfl…
-
hello,could u upload the MobileNetV2.pth.tar in the onedrive again?I can not find it in the diretory that u provide for
-
Hello, i suppose you have some bug in your [table](https://github.com/Nota-NetsPresso/NetsPresso-Model-Compressor-ModelZoo/blob/main/models/torch/cifar100_pretrained.md). There is 74.29% accuracy, 179…
-
Hi! Just wanted to ask what is the recommended config.yaml for the MobilenetV2 model. Thanks!