-
The following is my code, and the issue occurred in the loading model section:
from rknn.api import RKNN
if __name__ == '__main__':
# 确定目标设备target
target = 'rv1126'
# 创建RKNN对象
…
-
see title .
thanks very much
-
Thanks for your work, I works on tx2.But I think the inference time is not normal,MobileNetV1-ssd can run 38pfs on Jetson TX2,Tiny-DSOD only 14fps.
Is it wrong with my operation?
Thanks
-
I am trying to get this example working on a [Surface Pro 9](https://www.qualcomm.com/products/mobile/snapdragon/pcs-and-tablets/laptop-device-finder/microsoft-surface-pro-9-sq3-5g) but am running int…
-
Using the pre-trained files, frozen_inference_graph.pb is giving an mAP of 18% va checkpoint mAP of 23%.
I have tried debugging, but I am unable to find the issue.
The only difference between the ev…
-
Hello people,
I trained SSD-MobileNetv1 on my custom dataset . Now I want check the time it take to detect a particular image on gpu and cpu. I also want to check model params and flops
Please help …
-
Hi
I have facemask dataset, i want to train ssd-mobilnet v1, I was able to train but my prediction are very bad.
for instance below is MAp
Average Precision Per-class:
face: 0.0
face_mas…
-
I made the following error while trying to save the generated model.ckpt file as a. Pb file.
Help me ,please.
The error is as follows:
D:\work\TensorFlow\envs\tensorflow\lib\site-packages\absl\flag…
DAis1 updated
4 years ago
-
Actually I dont know why it happen....
Windows 10
Tensorflow 1.13
Custom Object detection with quantized model. When i try to use ssd_mobilenet_v2_coco_2018_03_29 model it works very well. I co…
-
Hi, can this onnx model be converted to .trt model ?