-
Can deployments use the yolo SSD faster- RCNN model ?
@termie @sleepsonthefloor @Djelibeybi @vishvananda @tjfontaine
-
I followed instructions to install https://github.com/justadudewhohacks/opencv4nodejs#how-to-install.
But when I try to run the first example
`classify --image ./images/test/bicycle.jpg --quick`
…
-
I follow the the code example to convert ssd_mobilenet2 models to trt model in Jetson Nano, as below:
```
from tf_trt_models.detection import build_detection_graph
import tensorflow.contrib.tensorr…
-
Hi,
The results obtained for MV2 SSD-Lite are specified as-
**Average Precision Across All Classes:0.6860690100560214**
On which set of images was the model run to get this result? Is it the co…
-
**Describe the bug**
I'm trying to create VM from plan described below:
```
# proxmox_virtual_environment_vm.worker_node["1"] will be created
+ resource "proxmox_virtual_environment_vm" "worker_n…
-
Hi, recently I am considering to train a model and the size of the input image is 150*150.
I expect the speed could be faster than ssd300, due to the computation and smaller feature map to generate …
-
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help.
_Do not post such requests to Issues…
-
Dear Zach,
I am begging you to teach me where i should put a custom model files (tflite & txt). I can not find folder 'models' in my HaOS((
I tried to put them in "share" folder and write new path…
-
models@0.1.1:1 Uncaught (in promise) Error: Tensor must have a shape comprised of positive integers but got shape [1917,].
at z (models@0.1.1:1)
at models@0.1.1:1
at Array.forEach ()
…
-
Hi, albanie,
Thanks a lot for your work.
Recently, I'd like to use SSD. To make sure the SSD work fine, I first tried to train the SSD on the provided VOC. I did not change anything. However, i…