We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I thought that there is a bug in targets.py
` x_map_box = x_map[inst_box[0] : inst_box[1], inst_box[2] : inst_box[3]] x_map_box[inst_map > 0] = inst_x[inst_map > 0]
y_map_box = y_map[inst_box[0] : inst_box[1], inst_box[2] : inst_box[3]] y_map_box[inst_map > 0] = inst_y[inst_map > 0] hv_map = np.dstack([x_map, y_map]) return hv_map`
the function doesn't return a right hv_map, the return value is not corresponding to y_map_box and x_map_box
The text was updated successfully, but these errors were encountered:
The question is how to visualize the output of each branch, e.g. NP Output, Horizontal Map, Class Output
Sorry, something went wrong.
I'm talking about the ground truth of hv branch in code, which is determined by instance ground truth,but the return value doesn‘t match it。
No branches or pull requests
I thought that there is a bug in targets.py
the function doesn't return a right hv_map, the return value is not corresponding to y_map_box and x_map_box
The text was updated successfully, but these errors were encountered: