chenpengf0223

Results 4 issues of chenpengf0223

Hi sthalles, Thanks for your great work! I get a little confusion about CreateTfRecord.ipynb. In CreateTfRecord.ipynb, I found the two types of annotation are different. 1, If "annotation_np = imread(os.path.join(**annotations_dir_voc**,...

Hi, Thanks for your great work. I try to train a wider face detection model. But I meet some errors as following: ![image](https://user-images.githubusercontent.com/20535427/68943587-901e5180-07e6-11ea-9fc8-f56d40b4e403.png) I feel that annotated_data_layer.cpp,line182: Packing packing =...

threshs = [LaneEval.pixel_thresh / np.cos(angle) for angle in angles] I mean that 'LaneEval.pixel_thresh' is the threshold in the direction of the lane, so 'threshs' is the threshold in the direction...