liminghuiv

Results 10 comments of liminghuiv

thanks for the quick reply. pls see the attachment for my train.py, args.py (in txt extension file) and progress.log. Did I do anything wrong? [progress.log](https://github.com/wizyoung/YOLOv3_TensorFlow/files/3389053/progress.log) [args_voc.txt](https://github.com/wizyoung/YOLOv3_TensorFlow/files/3389056/args_voc.txt) [train_voc.txt](https://github.com/wizyoung/YOLOv3_TensorFlow/files/3389057/train_voc.txt)

Hi, @wizyoung. Can you pls review the one stage and two stage args.py files? and give us some suggestions? Thanks.

@wizyong, I used your misc/experiments_on_voc script and data. The training/Val text files are exactly the same. Thanks a lot.

> this is my arg.py: > first_stage: use darknet weights, restore darknet53, update yolov3_head > second_stage: use first_stage trained weights , restored darkent53 and yolov3_head, update darkent53 and yolov3_head >...

I have the same question.