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

Not using gt_bg #2

Open
pateldigant opened this issue Jul 31, 2018 · 1 comment
Open

Not using gt_bg #2

pateldigant opened this issue Jul 31, 2018 · 1 comment

Comments

@pateldigant
Copy link

gt_images.append(gt_image)

You have created gt_road , gt_car ,gt_obj but that is not linked with gt_image.

@NikolasEnt
Copy link
Owner

Thank you. It looks like

gt_image = np.concatenate((gt_road, gt_car,  gt_bg), axis=2) 

is missed. However, I have to check it and I will commit a fix.

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