KLH1472
KLH1472
``` def __generate_bounding_box(imap, reg, scale, t): # use heatmap to generate bounding boxes stride = 2 cellsize = 12 imap = np.transpose(imap) dx1 = np.transpose(reg[:, :, 0]) dy1 = np.transpose(reg[:,...
The following codes are from interpret_output() in test.py. boxes[:, :, :, 0] += offset boxes[:, :, :, 1] += np.transpose(offset, (1, 0, 2)) boxes[:, :, :, :2] = 1.0 *...
I like the jupyter_highlight_selected_word so much! Thank you! @jcb91 There is a problem: I want to show all matches across all the cells, but only visible matches are shown. When...