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

Fix filename for label in CamVid format #6600

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Fix filename for label in CamVid format #6600

merged 4 commits into from
Aug 10, 2023

Commits on Aug 2, 2023

  1. Fix filename for label in CamVid format

    In the previous description of the CamVid format, the filename for the label was 'labelmap.txt', but the correct filename is 'label_colors.txt'.
    
    Therefore, in this proposal, I fixed 'labelmap.txt' to 'label_colors.txt'. Also, I added the comment about 'color (RGB) value is not necessary'.
    kolonist-minjun authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0cf532a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG about 'fix label filename for CamVid format'

    Added a description about 'Fix filename for label in CamVid format'
    kolonist-minjun authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f15e4a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update format-camvid.md (exmaple code about label_colors.txt without …

    …color information)
    
    Add example code about label_colors.txt without color information.
    
    ->
    # label_colors.txt (without color value type)
    # if you do not manually set the color for labels, it will be set automatically:
    # label
    Void
    Animal
    Archway
    Bicyclist
    Bridge
    kolonist-minjun authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    47bc964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0b078 View commit details
    Browse the repository at this point in the history