Llq201809

Results 9 issues of Llq201809

When I run gen_Rnet_train_data.py, I meet this problem. Traceback (most recent call last): File " dface/ prepare. _data/gen_ Rnet_ train_ data.py", line 216, in gen_ rnet_ data( args. traindata_ store,...

Thank you for your attention. I didn't understand this loss function. Can you give me a analysis? def box_loss(self,gt_label,gt_offset,pred_offset): pred_offset = torch.squeeze(pred_offset) gt_offset = torch.squeeze(gt_offset) gt_label = torch.squeeze(gt_label) #get the...

when I run train_p_net.py ,it shows these error: Traceback (most recent call last): File "dface/train_net/train_p_net.py", line 50, in end_epoch=args.end_epoch, frequent=args.frequent, lr=args.lr, batch_size=args.batch_size, use_cuda=args.use_cuda) File "dface/train_net/train_p_net.py", line 17, in train_net train_pnet(model_store_path=model_store_path,...

Hello, the link of EVALUATION TOOLBOX is invalided. Can you provide a new link? Thank you.

After running train_model.py, I put model.ckpt-25000 on /model ,but the result of running demo.py has many boxes that all are more smaller than face size and no one detect face...

When I run demo.py , it show : Traceback (most recent call last): File "demo2.py", line 51, in saver.restore(isess, ckpt_filename) Caused by op 'save/RestoreV2_33', defined at: File "demo2.py", line 50,...

Why batchsize only support one? I want to change it ? Can you explain it to me?

I have changed the database and converted to tfrecords . when i run it for minutes, fast_rcnn_loc_loss become 0.0 rpn_loc_loss become nan. `` ![image](https://user-images.githubusercontent.com/43627956/62004776-f6119b00-b15b-11e9-993d-eae15acf5d80.png) for t_w = np.log(w/reference_w), I have...

I'm sorry I met a new problem.Now running step exceed MAX_ITERATION for 100000,but it still train. Can you tell me the end steps? ![image](https://user-images.githubusercontent.com/43627956/62271266-c53aaa00-b46a-11e9-922a-7acf994abe73.png) In your code, are there other...