You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do cut_tumor_regions.py, I noticed the some bboxes gotten from get_annotation_points_and_bboxes(json_path) are not valid.
The coords in the bboxes can have values smaller than 0, or larger than the max shape of the wsi_img.
for example,: wsi id 732
The text was updated successfully, but these errors were encountered:
Hi,
When I do
cut_tumor_regions.py
, I noticed the somebboxes
gotten fromget_annotation_points_and_bboxes(json_path)
are not valid.The coords in the
bboxes
can have values smaller than 0, or larger than the max shape of thewsi_img
.for example,: wsi id 732
The text was updated successfully, but these errors were encountered: