8000 "Finally, we retrieve the object boundary by using the outer edge of the union of the object’s local contours" · Issue #6 · tding1/AdaContour · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
"Finally, we retrieve the object boundary by using the outer edge of the union of the object’s local contours" #6
Open
@Fabulous-ya

Description

@Fabulous-ya

Hi,author!
Which line code can implement this fuction described in your paper?

meta = out["meta" + str(i)]
contour_center = meta["contour_center"][()]
r = meta["r"][()]
seg_gt = to_np(self.label_all[i]["seg_mask"][0])
U = self.U[:, : self.cfg.dim]
U_t = (U.T).copy()
c = r @ U / self.cfg.max_dist
r_ap = c @ U_t * self.cfg.max_dist

I meet the same problem that the contours are separated local contours, not the outer edge of the union of the object’s local contours, after I have run the entire pipline on sbd training set and got the display_approx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0