-
Notifications
You must be signed in to change notification settings - Fork 792
Cityscape data loader is not implemented - WIP #5
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
Comments
Ah, yes. Since I've ported this repo from an internal private torch repo, I thought that I already had ported the cityscapes loader. Will do that over the weekend. |
Hi, @meetshah1995 , Have you released the cityscapes loader? Thanks! |
Pinging this. Cityscapes loader? |
The longest weekend in history. |
Any update on this? |
@acgtyrant - Finding a job while doing your thesis takes time no? :) I've been busy with my thesis, I'm not planning to write a loader for cityscapes, feel free to send in a PR. The fastest way IMO, to do it would be to simply port the one here to the format pytorch-semseg uses. |
I wrote the loader for cityscapes myself already, but my company may does not agree I open its source. I will advice the loader dependence on cityscapesScripts, generate the new trainLabel image via By the way, the official vision is planning extending the transforms, so following this new proposal is better, as just adding the new attribute |
In case you guys haven't found it yet, this project has a working cityscapes implementation (as well as VOC). |
Added here too. |
In your wiki, it states that cityscape dataset loader is implemented but it is not in the repo :)
Thank you for the rest of the code though 👍
The text was updated successfully, but these errors were encountered: