Skip to content

the shape of seg and img #2

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

Open
wwjfsfs opened this issue Dec 4, 2020 · 1 comment
Open

the shape of seg and img #2

wwjfsfs opened this issue Dec 4, 2020 · 1 comment

Comments

@wwjfsfs
Copy link

wwjfsfs commented Dec 4, 2020

in dataset_segmented.py getitem

the shape of seg of seg_masks is (333, 500)
the shape of img is (500, 333)
is it normal?
@waleedgondal
`seg_masks = return_segMasks(anns, self.coco)

path = self.coco.loadImgs(img_id)[0]['file_name']

img = load_img(os.path.join(self.root, path))`

@wwjfsfs
Copy link
Author

wwjfsfs commented Dec 20, 2020

I run the train_segmented with 8x scale, but I get a black image of model's output during test. So what I got is a bicubic image totally

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