-
Hi Dusty,
I collected my own data and trained a custom model by following steps in here (https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md). It works fine. …
-
##### System information (version)
- OpenVINO => 2022.3.0
- OpenVINO_dev => 2022.3.0
- Operating System / Platform => Ubuntu 20.04
- Problem classification: Model Conversion
- Framework:
- Mode…
-
你好,我在加载人脸检测模型的时候出了问题,以下是我创建detector实例的代码:
`std::string file = "E:/ProjectsCpp/template/index/FaceBoxes/example/face_detector.csta";`
`seeta::ModelSetting setting;`
`setting.append(file);`
…
-
## ❓ Questions and Help
I use the api of torch.onnx save Faceboxes model to onnx model. checked the model of onnx by onnx.check, the total stage of torch model to onnx model was not error or warning …
-
Hi,
I try to produce lots of images at once,
like codes below,but it seems it doesn't work,
How can I make it work? Thanks a lot
[in]:
import os
DOG = os.listdir("/content/drive/MyDrive/Fac…
-
微博内容精选
-
setupvars.bat
cd demos
build_demos_msvc.bat
>Searching for the latest Visual Studio...
Creating Visual Studio 16 2019 x64 files in C:\Users\NUC12\Documents\Intel\OpenVINO\omz_demos_build...
-- Se…
-
I am using faceboxes.param and faceboxes.bin for my face recognition model, and I want to quantize them.
To do this,
1. ncnnoptimize faceboxes.param faceboxes.bin faceboxes-opt.param faceboxes-op…
-
Seems face boxes running on MacBook just need about 8ms
-
https://github.com/TropComplique/FaceBoxes-tensorflow
Can you provide support for the above repo ?