-
i don't know how to import pyx file
error is No module gpu_nms , cpu_nms
C:\Users\jungho\FaceBoxes.PyTorch>python test.py
Traceback (most recent call last):
File "test.py", line 9, in …
-
since my tensorrt is 6.0,so I removed pelee_merged.caffemodel.cache and run ./build/bin/pelee
But it did not succeed.
The log shows:
pelee: nvPluginsLegacy.cpp:1026: virtual void nvinfer1::plugin:…
-
I am trying to deploy onnx model using tensorrt, but cannot find tensorrt support for int64 data type.
nvinfer1::ITensor supprts the following types
kFLOAT FP32 format.
kHALF FP16 format.
k…
-
-
trying to build a web demo for this on gradio I did the build steps but keep getting no module found for faceboxes
see
https://github.com/AK391/3DDFA_V2/blob/master/gradio/demo.py
-
I get the following error running `bash 00_align_face.sh /ori /ffhq`
```
(sd) wsl@MJDFW:~/repos/CelebBasis$ bash 00_align_face.sh /home/wsl/repos/CelebBasis/my_imgs/ori/ /home/wsl/repos/CelebBasis…
-
Im trying to use it with other images, but I'm having a hard time on how to generate the dataset.json file.
Can you point a direction on how to make it?
Thanks
This is a great solution that you…
-
hi,
there seems to be a minor issue with numpy version.
it is not specified what version you are using.
this [pr](https://github.com/choyingw/SynergyNet/pull/27) fixed the below errors to suppoer n…
-
### Describe the problem you are having
Awesome job getting OpenVINO into Frigate @NateMeyer! I just got a thin client with a J5005, and OpenVINO support was perfectly timed!
I tried using the ``…
-
i am a beginner class of detection with deep learning so i don't know how to handle anchor box.
i try to change filter numbers of loc_layers(21 to 11) in multibox in faceboxes.py but i have an erro…