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

instances dct mask head #2

Open
maralzar opened this issue Jul 19, 2021 · 0 comments
Open

instances dct mask head #2

maralzar opened this issue Jul 19, 2021 · 0 comments

Comments

@maralzar
Copy link

I initial on my dataset but this is always true and the output of instances doesn't have GT.
for instances_per_image in instances:
if len(instances_per_image) == 0:
continue
#OUTPUT INSTANCES:
instances [Instances(num_instances=0, image_height=768, image_width=1151, fields=[proposal_boxes: Boxes(tensor([], device='cuda:0', size=(0, 4))), objectness_logits: tensor([], device='cuda:0'), gt_classes: tensor([], device='cuda:0', dtype=torch.int64), gt_boxes: Boxes(tensor([], device='cuda:0', size=(0, 4))), gt_masks: PolygonMasks(num_instances=0)]), Instances(num_instances=0, image_height=768, image_width=1159, fields=[proposal_boxes: Boxes(tensor([], device='cuda:0', size=(0, 4))), objectness_logits: tensor([], device='cuda:0'), gt_classes: tensor([], device='cuda:0', dtype=torch.int64), gt_boxes: Boxes(tensor([], device='cuda:0', size=(0, 4))), gt_masks: PolygonMasks(num_instances=0)])]

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

1 participant