DeepakChandra2612

Results 1 issues of DeepakChandra2612

In this portion of code from preprocessing.py: ``` def _change_obj_position(self, y_batch, anchors_map, idx, box, iou): bkp_box = y_batch[idx[0], idx[1], idx[2], idx[3], 0:4].copy()** anchors_map[idx[0], idx[1], idx[2], idx[3]] = iou y_batch[idx[0], idx[1],...