Closed PIjarihd closed 2 years ago
👋 Hello @PIjarihd, thank you for your interest in make-sense - free to use online tool for labelling photos! 🏷️
If you noticed that make-sense is not working properly, please provide us with as much information as possible. To make your life easier, we have prepared a bug report template containing all the relevant details. We know, we ask for a lot... However, please believe that knowing all that extra information - like the type of browser you use or the version of node you have installed - really helps us to solve your problems faster and more efficiently. 😉
If you've been trying to contact us but for some reason we haven't responded to your issue yet, don't hesitate to get back to us on Gitter or Twitter.
# clone repository
git clone https://github.com/SkalskiP/make-sense.git
# navigate to main dir
cd make-sense
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start
To ensure proper functionality of the application locally, an npm 6.x.x
and node.js v12.x.x
versions are required. More information about this problem is available in the #16 issue.
Hello @PIjarihd 👋 ! I know the annotation loading process should be more straightforward. This is one of our goals for this year. In the meantime, I will try to help you. From the screenshot, I assume you will be uploading labels in YOLO format.
image-001.png
image-002.png
image-003.png
txt
extension. So in ou example, we would have following annotations files:image-001.txt
image-002.txt
image-003.txt
In addition, we need to provide one more file - labels.txt
. This file contains object class names separated by newline characters. Here's an example for COCO dataset:
person
bicycle
car
motorcycle
airplane
bus
train
truck
boat
traffic light
fire hydrant
stop sign
parking meter
bench
bird
cat
dog
horse
sheep
cow
elephant
bear
zebra
giraffe
backpack
umbrella
handbag
tie
suitcase
frisbee
skis
snowboard
sports ball
kite
baseball bat
baseball glove
skateboard
surfboard
tennis racket
bottle
wine glass
cup
fork
knife
spoon
bowl
banana
apple
sandwich
orange
broccoli
carrot
hot dog
pizza
donut
cake
chair
couch
potted plant
bed
dining table
toilet
tv
laptop
mouse
remote
keyboard
cell phone
microwave
oven
toaster
sink
refrigerator
book
clock
vase
scissors
teddy bear
hair drier
toothbrush
I hope this post allows you to successfully load the labels into the editor. Let me know if you have any more questions.
Thank You so much for such a simple and step-wise description. It works.
labels.txt
example: labels.txt
It still doesnt work , can
t import annotation file like 'image-001.txt'
I tried to load the existing annotations for YOLO. However, I got the following error. How should I load them. I want to edit the labels (to be more specific, add more labels)