cc-ai / kdb

AI can help Visualizing the Impacts of Climate Change. This is an open forum to share our work
https://mila.quebec/en/ai-society/visualizing-climate-change/
Apache License 2.0
18 stars 3 forks source link

Organising and documenting stuff #134

Open melisandeteng opened 4 years ago

melisandeteng commented 4 years ago

Where would be a good place to keep "general" information on github? For example, I'm thinking about : 1) where the different datasets are on the cluster, what they correspond to. (having files named trainA.txt and trainAB.txt and trainAC.txt is not very helpful... ) 2) which .txt files to use in the MaskGenerator 3) how to make cityscapes labels match with our simulated world labels.

I guess 2) could be in the MaskGenerator README, and 1) somewhere in the kdb (where ? ) But what about 3) ? We have a lot of such information scattered in README's of different repos and it's a nightmare to fetch information (plus it relies on human memory of the people who wrote the readme's) but it might be somewhat too specific to be in the kdb ? Should I create a new repo for datasets utils ?

Let me know what you think !

vict0rsch commented 4 years ago

I agree with you. That's what the kdb is intended for, even though we don't leverage it to its full potential :p So either these become issues which we keep open or you add md files to https://github.com/cc-ai/kdb/tree/master/resources

GitHub
cc-ai/kdb
AI can help visualizing the impact of climate change. This is an open forum to share our work - cc-ai/kdb
melisandeteng commented 4 years ago

Ok @vict0rsch ! I'll update the resources page for the datasets, and I created a new repo for all Simulated dataset related utils : https://github.com/cc-ai/SimData

GitHub
cc-ai/SimData
About our simulated world, how read depth maps, make segmentation labels match with other datasets, and more - cc-ai/SimData