faceboxes
faceboxes copied to clipboard
faceboxes implement by pytorch
Xiaxuehai老师你好,看您坐标南京,我就打中文提问吧。今天download了这个faceboxes来研究,目前参照import把环境搭载了,每页import处已均可顺利运行。 但是现在比较迷茫,您这个项目还有您在readme中提及的参照了的两个项目都没有太详细介绍这个怎么来用。 可以进行简单的指导吗? 我现在有这么几个问题: 1.正确的使用顺序是什么样的 2.我只有一台macbook pro可以用吗 3.faceboxe.pt这是什么文件 4.data中的两个txt文件可以删除或清空吗。 老师如果有空的时候可以回答一下吗。
val loss is 8.8, and train loss is 2.2,can you tell me how to solve the proplem? --
loss
I tried to train the network with WIDERFACE, But I found that it's difficult to converge. after the several epochs, both the precision and recall are less than 1%, did...
why add 4 in the inference.py when drawing rectangle? for i, (box) in enumerate(boxes): print('i=', i, 'box=', box) x1 = int(box[0]) x2 = int(box[2]) y1 = int(box[1]) y2 = int(box[3])...
I get this when I run trainvisdom.py ,shall I do some preparation before running the script?? Traceback (most recent call last): File "E:\My_Project\face_recognition\faceboxes-master\trainvisdom.py", line 112, in train() File "E:\My_Project\face_recognition\faceboxes-master\trainvisdom.py", line...
the implement of hard negative mining actually decrease the anchor number so when positive number = 0,negative number will be = 0 too
i run sudo python3 trainvisdom.py load model... Traceback (most recent call last): File "trainvisdom.py", line 112, in train() File "trainvisdom.py", line 27, in train net.load_state_dict(torch.load('weight/faceboxes.pt')) File "/usr/local/lib/python3.5/dist-packages/torch/serialization.py", line 356, in...
Any License here?