-
The line [here](https://github.com/tanakataiki/ssd_kerasV2/blob/05b8a16e87dd346dca935fc39f621b1162b3a99b/model/ssd300MobileNetV2Lite.py#L118) corresponds to the 12th block output.
The correct repl…
-
MobileNetV2
D:\glasses>python glasses_ncnn.py
tensor([[ 0.7699, -0.7753]])
D:\glasses>python glasses_pnnx.py
tensor([[ 0.6979, -0.7041]], grad_fn=)
-
-
I am using this [example](https://github.com/google-ai-edge/mediapipe-samples/blob/main/examples/object_detection/python/object_detector_live_stream/detect.py).
The objects are detected well, but the…
-
Need to run custom mobilenetV2 based "*.tflite" model on the Khadas-VIM3's NPU.
Tried converting a custom mobilenetV2 based classifier model from "*.tflite" to "*.tmfile", but faced the following e…
-
Is there are DecisionLevelMax type model for MobileNetV2?
-
python inference_webcam.py --model-type mattingrefine --model-backbone mobilenetv2 --model-checkpoint "pytorch_mobilenetv2.pth" --model-backbone-scale 0.5 --resolution 1280 720
-
The install.md does not provide necessary packages' versions, for which some compatibility issues may occur. I just install the newest pytorch and get into the problem below when I try to run test.py …
-
I have my own trained model with ssd_mobilenet_v2_fn.
And then, I tried both of tensorflow-onnx-trt and tensorflow-uff-trt, but all not working.
In stage of onnx-trt and uff-trt, it gives error.
I …
-
Moving model zoo tests to nightly would cut ~10m from each CI round.
```
test_gluon_model_zoo.test_models ... testing forward for resnet18_v1
testing forward for resnet34_v1
testing forward for …