FaceBoxes-tensorflow icon indicating copy to clipboard operation
FaceBoxes-tensorflow copied to clipboard

A fast face detector

Results 34 FaceBoxes-tensorflow issues
Sort by recently updated
recently updated
newest added

I am trying to train the model on new data, after training I save the model into .pb file using save.py and create_pb.py but I am facing a problem, whenever...

I want to train my dataset. What format should i make for it if i want to use your code?

how can i train images from my own dataset based on pretrain models?

In model.pb NMS used is different from that of the conventional one. Usually, we choose a score threshold of 0.5 to select the boxes and then will perform NMS to...

Currently I am trying to understand the inference part of the Faceboxes. I actually tried visualizing it using Tensorboard as well as the frozen graph. But I was only able...

I saw so many people are struggling in running the pre-trained model so i wrote a detailed blog on faceboxes and it's implementation. https://www.datadiscuss.com/deep-learning-project-face-detection/

Hi @TropComplique , Have you ever tried to quantize the model by Quantization-aware training? If so, how is the result? I am trying to create_training_graph in model.py [at line 72](https://github.com/TropComplique/FaceBoxes-tensorflow/blob/0dde35eda1cb3dab6586b94c583029162ec37aa5/model.py#L72)...

Has anyone migrated the code to TF 2.0?

After running create_tfrecords.py,I tried to run train.py,but its speed was very slow,just 40000+ steps for three days,was there something that i didn't realize?

你好模型能分享到百度网盘吗?谢谢。