FCHD-Fully-Convolutional-Head-Detector icon indicating copy to clipboard operation
FCHD-Fully-Convolutional-Head-Detector copied to clipboard

Code for FCHD - A fast and accurate head detector

Results 46 FCHD-Fully-Convolutional-Head-Detector issues
Sort by recently updated
recently updated
newest added

When I try to build cython code using python build.py build_ext --inplace I get the following error. Traceback (most recent call last): File "build.py", line 7, in np.import_array() AttributeError: 'module'...

作者能否将代码中的numpy操作都转换成torch操作,方便后面的转模型与供C++调用,感激不尽。

我看了作者在数据预处理的过程中有减平均值的操作,想请问一下,这个值是怎么求出来的。

i can't use 'use_adam=True' ,why

**hello, i have trouble in training model when i run python train.py it seems that something wrong in trainer.py (forward function)** what the problem is and how to solve it...

I had changed so many time ,but failed to change the model to torch script ,I think this is the problem of RPN network ,do U have some way to...

Dear author, I met a problem when I run the head_detection_demo. Here is the error: the python code for non_maximum_suppression is about 2x slow It is strongly recommended to build...

Traceback (most recent call last): File "E:/word_space/FCHD/FCHD-Fully-Convolutional-Head-Detector-master/train.py", line 140, in train() File "E:/word_space/FCHD/FCHD-Fully-Convolutional-Head-Detector-master/train.py", line 112, in train gt_img = visdom_bbox(ori_img_, at.tonumpy(bbox_[0])) File "E:\word_space\FCHD\FCHD-Fully-Convolutional-Head-Detector-master\src\vis_tool.py", line 194, in visdom_bbox data = fig4vis(fig)...