-
I have been using the cordova face-api project together,
when I'm loading the MODELS, I come across the following errors:
CODE - 1:
net.load(await faceapi.fetchNetWeights('file:///android_asset/…
-
In function "create_fpn_mobilenetv1_ssd", base_net and source_layer_indexes are wrong?
-
SSD-MobileNetV1 | ssd_mobilenet_v1_10.onnx | 10 | reshape: Wrong number of elements for reshape | https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/ssd-mobilenetv1/model/…
-
I'm trying to import the ssd_mobilenetv1_coco_2018, converting it from Tensotflow (.pb) to pytorch (.pth). After the conversion, I wanted to evaluate it with the webcam input but I noticed that there …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to : https://github.com/onnx/models/blob/main/validated/vision/ob…
-
**Description**
When running ssd_mobilenetv1_coco in triton, and specifying the class labels in the model config, it seems that the labels are not assigned correctly.
**Triton Information**
What…
-
```python
# 파이토치 SSD MobileNetV1 학습
!python3 train_ssd.py --data=data/cctv --model-dir=models/cctv --batch-size=16 --epochs=35
```
위 코드를 실행하던 중 아래와 같은 에러를 만나서 데이터셋을 확인해보았습니다.
![image](https://g…
-
Hi,
when i try to run this demo file with `python3`, python gives me an error about missing libraries like
`from vision.ssd.vgg_ssd import create_vgg_ssd, create_vgg_ssd_predictor from vision.ss…
-
请问,除了输入图像大小由300x300提升为320x320,还有其他trick吗?还有为什么这里是90+1个类输出,而不是数据集里标定的80+1个类?
-
The models under the [validated directory](https://github.com/onnx/models/tree/main/validated) show up on the web page like below:
![image](https://github.com/onnx/models/assets/12814146/4fd63ae0-3…