Skip to content
New issue

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

coding bug #253

Open
icellogen opened this issue May 26, 2023 · 2 comments
Open

coding bug #253

icellogen opened this issue May 26, 2023 · 2 comments

Comments

@icellogen
Copy link

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

@hjtalent2023
Copy link

The question is how to visualize the output of each branch, e.g. NP Output, Horizontal Map, Class Output

@icellogen
Copy link
Author

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。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants