Hello!

I did a map generator(it’s pixel art and the largest are 300x200 pixels) some time ago and decided to generate 3 types of map sizes and 1500 maps for each size to train a model to practice and I thought to do that dataset open source.

Is that really something that people want/appreciate or not really? I’m a bit lost on how to proceed and what license to use. Does it make sense to use an MIT License? Or which one do you recommend?

thanks!

  • starshipwinepineapple@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    4 days ago

    Sounds pretty neat. Licensing can be pretty complex but MIT is a pretty much no-frills license that let’s them do with your dataset what they want. CC0 (public domain) is similar.

    Alternatively you can also use something like CC-BY license which also let’s people use it but it requires attribution.

    A step beyond that is the CC-BY-SA which is similar but requires anything new created with the data to be licensed under the same license (share alike).

    Just depends on what you want to do, and what you want people to do when they use your data. Id recommend MIT, CC0, or the CC-BY-4.0 license since these ensure the most people can use it if that’s your goal