Viewing a single comment thread. View all comments

Messatsu92 OP t1_isauci0 wrote

I've tried with just 1 little picture (400kb, 512*512), it's working, but when I add the 10k labels into the JSON, unfortunately CVAT, Label Studio etc. lag a lot or don't work at all (freeze).

3

Left_Boat_3632 t1_isauk6u wrote

Definitely sounds like an issue woth the amount of labels.

You could try splitting your dataset into chunks of 100 labels or 1000 labels and label that way?

2

Messatsu92 OP t1_isaw7mw wrote

Exactly, it's definitely an issue with the amount of labels.

About my use case, I've to list 100k pictures with 10k labels. For each picture, the user have to use the object detection to detect the item, then he has to annotate (by chosing one of the 10k labels of items)

Trying to figure out if there's a workaround or software that maybe could fit with my needs...

3