ethanyanjiali / deep-vision

Learning and replicating famous deep learning models for computer vision tasks
179 stars 52 forks source link

Add description of input param #12

Open dsantiago opened 4 years ago

dsantiago commented 4 years ago

Just for completness, could add the description of valid_anchors_wh and num_classes (although num_classes is intuitive)

https://github.com/ethanyanjiali/deep-vision/blob/6765dfcc36f209d2fded00fb11c6d1ae0da8e658/YOLO/tensorflow/yolov3.py#L245

ethanyanjiali commented 4 years ago

thanks for the advice. i'll add it when i have time. valid_anchors_wh is the width, height tuple for anchors.