-
你好,我这边下载百度云的yolov4_maskdetect_weights1.pth在torch.load()的时候报错了,可能是模型有点问题,
请问还有其他模型下载路径吗。
-
I build opencv from scratch, and everything seems ok. I was able to build caffe right afterwards.
Now after updating all the CMakefile.txt's, I started building maskdetect. It went all the way thru…
-
C Typedef
```
enum ASF_DetectMode{
ASF_DETECT_MODE_VIDEO = 0x00000000,
ASF_DETECT_MODE_IMAGE = 0xFFFFFFFF
};
enum ASF_OrientPriority {
ASF_OP_0_ONLY = 0x1,
ASF_OP_90_ONLY = …
-
### I am not good at paddlehub. I am usually use tensorflow python. Therefore, I need convert __model__ __param__ in paddlehub to model tensorflow. How can I do it, or load __moddel__ __param__ by te…
-
Curate a dataset and build a facemask detection model.
A sample dataset can be found here:
https://github.com/VirajDeshwal/mask-detection-dataset
-
when reading in the TFlite model for EfficientDet D0 there are 8 values to the 1st index and their meaning is defined. Older version had the below order and for the newer tfnighly version,the order ha…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- TensorFlow installed from (source or binary):
- TensorFlow version (or github SHA if from source):
Android, Tens…
grewe updated
3 years ago
-
服务器端:
CentOS 8.1.1911
python ==3.6.8
paddleHub ==1.7.1
paddlepaddle ==1.8.3
客户端:
Windows10
python==3.7.6
我用paddlehub 在服务器上的成功部署了pyramidbox_lite_server_mask 口罩识别模型
![1](https://user-images…
-
感谢您公开的口罩检测数据集,用这个数据集训练了一个口罩检测的模型,GitHub repo地址:https://github.com/ztjryg4/MaskDetect 。
已经在README.md中声明了引用,再次表示感谢!