Giter VIP home page Giter VIP logo

Comments (5)

dmandrioli avatar dmandrioli commented on May 31, 2024

As a matter of fact there is a problem with your config.json. Can you copy/paste its content here?

from semantic-segmentation-editor.

imistyrain avatar imistyrain commented on May 31, 2024

{
"configuration": {
"input-folder": "images", // The root folder containing images and PCD files
"output-folder": "outputs" // Segmentation data (only 3D) will be stored in this folder
},
// The different sets of classes available in the tool
// For object classes, only the 'label' field is mandatory
// The icon field can be set with an icon from the mdi-material-ui package
"sets-of-classes": [
{
"name": "Cityscapes", "objects": [
{"label": "VOID", "color": "#CFCFCF"},
{"label": "Road", "color": "#804080", "icon": "Road"},
{"label": "Sidewalk", "color": "#F423E8", "icon": "NaturePeople"},
{"label": "Parking", "color": "#FAAAA0", "icon": "Parking"},
{"label": "Rail Track", "color": "#E6968C", "icon": "Train"},
{"label": "Person", "color": "#DC143C", "icon": "Walk"},
{"label": "Rider", "color": "#FF0000", "icon": "Motorbike"},
{"label": "Car", "color": "#0000E8", "icon": "Car"},
{"label": "Truck", "color": "#46", "icon": "Truck"},
{"label": "Bus", "color": "#003C64", "icon": "Bus"},
{"label": "On Rails", "color": "#E6968C", "icon": "Train"},
{"label": "Motorcycle", "color": "#0000E6", "icon": "Motorbike"},
{"label": "Bicycle", "color": "#770B20", "icon": "Bike"},
{"label": "Caravan", "color": "#00005A", "icon": "Caravan"},
{"label": "Trailer", "color": "#00006E", "icon": "TruckTrailer"},
{"label": "Building", "color": "#464646", "icon": "HomeVariant"},
{"label": "Wall", "color": "#66669C", "icon": "Wall"},
{"label": "Fence", "color": "#BE9999", "icon": "Gate"},
{"label": "Guard Rail", "color": "#B4A5B4", "icon": "SignCaution"},
{"label": "Bridge", "color": "#966464", "icon": "Bridge"},
{"label": "Tunnel", "color": "#96785A", "icon": "AlarmLight"},
{"label": "Pole", "color": "#999999", "icon": "Instapaper"},
{"label": "Pole Group", "color": "#999999", "icon": "Instapaper"},
{"label": "Traffic Sign", "color": "#DCDC00", "icon": "SignDirection"},
{"label": "Traffic Light", "color": "#FAAA1E", "icon": "TrafficLight"},
{"label": "Vegetation", "color": "#6B8E23", "icon": "PineTree"},
{"label": "Terrain", "color": "#98FB98", "icon": "Terrain"},
{"label": "Sky", "color": "#4682B4", "icon": "WeatherPartlycloudy"},
{"label": "Ground", "color": "#510051", "icon": "Drag"},
{"label": "Dynamic", "color": "#6F4A00", "icon": "RunFast"},
{"label": "Static", "color": "#000000", "icon": "Anchor"}
]
},
{
"name": "AD20",
"objects": [
{"label": "VOID", "color": "#CFCFCF"},
{
"label": "Void",
"color": "#FF8800",
"icon": "BorderNoneVariant"
}, {
"label": "Road",
"color": "#799024",
"icon": "Road"
},
{
"label": "Pedestrian",
"color": "#FAFFF5",
"icon": "Walk"
},
{
"label": "Car",
"color": "#FF6D67",
"icon": "Car"
},
{
"label": "Truck",
"color": "#FF5B8E",
"icon": "Truck"
},
{
"label": "Bus",
"color": "#FF6FA2",
"icon": "Bus"
},
{
"label": "On rails",
"color": "#FF7FC3",
"icon": "Train"
},
{
"label": "Motorcycle",
"color": "#FFA859",
"icon": "Motorbike"
},
{
"label": "Bicycle",
"color": "#FFDB62",
"icon": "Bike"
},
{
"label": "Sky",
"color": "#87D8FF",
"icon": "WeatherPartlycloudy"
},
{
"label": "Vegetation",
"color": "#7BC32B",
"icon": "PineTree"
},
{
"label": "Sidewalk",
"color": "#827E67",
"icon": "NaturePeople"
},
{
"label": "Traffic sign",
"color": "#9E9BFF",
"icon": "SignDirection"
},
{
"label": "Lane marking",
"color": "#DDCDFF",
"icon": "RoadVariant"
},
{
"label": "Building",
"color": "#785C6F",
"icon": "HomeVariant"
},
{
"label": "Traffic light",
"color": "#119599",
"icon": "SignDirection"
},
{
"label": "Snow covered",
"color": "#F1F1EF",
"icon": "Snowflake"
},
{
"label": "Pole",
"color": "#FBB577",
"icon": "Instapaper"
},
{
"label": "Unpaved road",
"color": "#C0AE89",
"icon": "BlurLinear"
},
{
"label": "Guard rail",
"color": "#4D3D48",
"icon": "SignCaution"
}
]
},
{
"name": "33 Classes", "objects": [
{"label": "VOID", "color": "#CFCFCF"},
{"label": "Class 1"},
{"label": "Class 2"},
{"label": "Class 3"},
{"label": "Class 4"},
{"label": "Class 5"},
{"label": "Class 6"},
{"label": "Class 7"},
{"label": "Class 8"},
{"label": "Class 9"},
{"label": "Class 10"},
{"label": "Class 11"},
{"label": "Class 12"},
{"label": "Class 13"},
{"label": "Class 14"},
{"label": "Class 15"},
{"label": "Class 16"},
{"label": "Class 17"},
{"label": "Class 18"},
{"label": "Class 19"},
{"label": "Class 20"},
{"label": "Class 21"},
{"label": "Class 22"},
{"label": "Class 23"},
{"label": "Class 24"},
{"label": "Class 25"},
{"label": "Class 26"},
{"label": "Class 27"},
{"label": "Class 28"},
{"label": "Class 29"},
{"label": "Class 30"},
{"label": "Class 31"},
{"label": "Class 32"}
]
}
]
}

from semantic-segmentation-editor.

AXING620 avatar AXING620 commented on May 31, 2024

i also encountered this problem,my config.json is like follow:
{
"configuration": {
"input-folder": "G:/tiaoyan_image_all/segment_train_0724", // The root folder containing images and PCD files
"output-folder": "G:/tiaoyan_image_all/segment_train_0724" // Segmentation data (only 3D) will be stored in this folder
},
// The different sets of classes available in the tool
// For object classes, only the 'label' field is mandatory
// The icon field can be set with an icon from the mdi-material-ui package
"sets-of-classes": [
{
"name": "Cityscapes", "objects": [
{"label": "VOID", "color": "#CFCFCF"},
{"label": "Road", "color": "#804080", "icon": "Road"},
{"label": "Sidewalk", "color": "#F423E8", "icon": "NaturePeople"},
{"label": "Parking", "color": "#FAAAA0", "icon": "Parking"},
{"label": "Rail Track", "color": "#E6968C", "icon": "Train"},
{"label": "Person", "color": "#DC143C", "icon": "Walk"},
{"label": "Rider", "color": "#FF0000", "icon": "Motorbike"},
{"label": "Car", "color": "#0000E8", "icon": "Car"},
{"label": "Truck", "color": "#46", "icon": "Truck"},
{"label": "Bus", "color": "#003C64", "icon": "Bus"},
{"label": "On Rails", "color": "#E6968C", "icon": "Train"},
{"label": "Motorcycle", "color": "#0000E6", "icon": "Motorbike"},
{"label": "Bicycle", "color": "#770B20", "icon": "Bike"},
{"label": "Caravan", "color": "#00005A", "icon": "Caravan"},
{"label": "Trailer", "color": "#00006E", "icon": "TruckTrailer"},
{"label": "Building", "color": "#464646", "icon": "HomeVariant"},
{"label": "Wall", "color": "#66669C", "icon": "Wall"},
{"label": "Fence", "color": "#BE9999", "icon": "Gate"},
{"label": "Guard Rail", "color": "#B4A5B4", "icon": "SignCaution"},
{"label": "Bridge", "color": "#966464", "icon": "Bridge"},
{"label": "Tunnel", "color": "#96785A", "icon": "AlarmLight"},
{"label": "Pole", "color": "#999999", "icon": "Instapaper"},
{"label": "Pole Group", "color": "#999999", "icon": "Instapaper"},
{"label": "Traffic Sign", "color": "#DCDC00", "icon": "SignDirection"},
{"label": "Traffic Light", "color": "#FAAA1E", "icon": "TrafficLight"},
{"label": "Vegetation", "color": "#6B8E23", "icon": "PineTree"},
{"label": "Terrain", "color": "#98FB98", "icon": "Terrain"},
{"label": "Sky", "color": "#4682B4", "icon": "WeatherPartlycloudy"},
{"label": "Ground", "color": "#510051", "icon": "Drag"},
{"label": "Dynamic", "color": "#6F4A00", "icon": "RunFast"},
{"label": "Static", "color": "#000000", "icon": "Anchor"}
]
},
{
"name": "AD20",
"objects": [
{"label": "VOID", "color": "#CFCFCF"},
{
"label": "Void",
"color": "#FF8800",
"icon": "BorderNoneVariant"
}, {
"label": "Road",
"color": "#799024",
"icon": "Road"
},
{
"label": "Pedestrian",
"color": "#FAFFF5",
"icon": "Walk"
},
{
"label": "Car",
"color": "#FF6D67",
"icon": "Car"
},
{
"label": "Truck",
"color": "#FF5B8E",
"icon": "Truck"
},
{
"label": "Bus",
"color": "#FF6FA2",
"icon": "Bus"
},
{
"label": "On rails",
"color": "#FF7FC3",
"icon": "Train"
},
{
"label": "Motorcycle",
"color": "#FFA859",
"icon": "Motorbike"
},
{
"label": "Bicycle",
"color": "#FFDB62",
"icon": "Bike"
},
{
"label": "Sky",
"color": "#87D8FF",
"icon": "WeatherPartlycloudy"
},
{
"label": "Vegetation",
"color": "#7BC32B",
"icon": "PineTree"
},
{
"label": "Sidewalk",
"color": "#827E67",
"icon": "NaturePeople"
},
{
"label": "Traffic sign",
"color": "#9E9BFF",
"icon": "SignDirection"
},
{
"label": "Lane marking",
"color": "#DDCDFF",
"icon": "RoadVariant"
},
{
"label": "Building",
"color": "#785C6F",
"icon": "HomeVariant"
},
{
"label": "Traffic light",
"color": "#119599",
"icon": "SignDirection"
},
{
"label": "Snow covered",
"color": "#F1F1EF",
"icon": "Snowflake"
},
{
"label": "Pole",
"color": "#FBB577",
"icon": "Instapaper"
},
{
"label": "Unpaved road",
"color": "#C0AE89",
"icon": "BlurLinear"
},
{
"label": "Guard rail",
"color": "#4D3D48",
"icon": "SignCaution"
}
]
},
{
"name": "33 Classes", "objects": [
{"label": "VOID", "color": "#CFCFCF"},
{"label": "Class 1"},
{"label": "Class 2"},
{"label": "Class 3"},
{"label": "Class 4"},
{"label": "Class 5"},
{"label": "Class 6"},
{"label": "Class 7"},
{"label": "Class 8"},
{"label": "Class 9"},
{"label": "Class 10"},
{"label": "Class 11"},
{"label": "Class 12"},
{"label": "Class 13"},
{"label": "Class 14"},
{"label": "Class 15"},
{"label": "Class 16"},
{"label": "Class 17"},
{"label": "Class 18"},
{"label": "Class 19"},
{"label": "Class 20"},
{"label": "Class 21"},
{"label": "Class 22"},
{"label": "Class 23"},
{"label": "Class 24"},
{"label": "Class 25"},
{"label": "Class 26"},
{"label": "Class 27"},
{"label": "Class 28"},
{"label": "Class 29"},
{"label": "Class 30"},
{"label": "Class 31"},
{"label": "Class 32"}
]
}
]
}

from semantic-segmentation-editor.

austingg avatar austingg commented on May 31, 2024

it works when I installed ss-editor on CentOS. Something wrong with Windows path?

from semantic-segmentation-editor.

dmandrioli avatar dmandrioli commented on May 31, 2024

The app now works on windows. Thanks all for reporting this issue.

from semantic-segmentation-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.