Tuyen Vo

Results 6 issues of Tuyen Vo

How can i run the code on a cpu only computer?

https://github.com/allanzelener/YAD2K/blob/a42c760ef868bc115e596b56863dc25624d2e756/yad2k/models/keras_yolo.py#L424 I see that in the yolo_head calculation, the width and height are calculated as: ``` box_wh = K.exp(feats[..., 2:4]) # Adjust preditions to each spatial grid point and anchor...

What is num_true_boxes? is this the same as num_anchors? And i see that it is not actually used in the code at all ``` def yolo_loss(args, anchors, num_classes, rescore_confidence=False, print_loss=False):...

Could you please show me how to run code with this dataset? https://sites.google.com/site/imagesimilaritydata/download

Do you use the same configs and dataset: Market 1501 as the original github?