Open findlazygirl opened 1 year ago
I have got it~, I can set color on dashboard, but I have another question, the details is : However, the semantic segmentation annotations on the image currently cover each area. For example, in the parking_slot scene, the color of the parking_slot label color is blue, and the color of the background label is black. When marking the background, the labeler crosses the parking space area when the mouse clicks , so that the black label will cover the area corresponding to the parking space line. When I have the level information of each area (which area is on the upper level and which is on the lower level), I would like to know whether fiftyone supports setting level information?
Hi @findlazygirl. Pardon the delay. If you're still having issues, can you expand on what you mean by level information?
Instructions
The following types of labels are used in automatic driving area: Parking slot area segmentation which can be inferenced and masked by polygon, and i'm very happy that #560 has resolved my part problem. Now I have used 'polyline' to separate each area, but i have no idea to SET different colors for each area to better distinguish.
Is there any idea for my question? Thanks!