SixK

Results 39 comments of SixK

Try to swap this lines: mask[mask > threshold] = 1 mask[mask 1), then some mask values become 1 then all mask values become 0 (as all values will be under...

Fixed CoburnJoe fix for V3 Flask-SQLAlchemy. Applied fix for NullPool and StaticPool that has same error https://github.com/SixK/flask-sqlalchemy

I think you have to run the following script before : https://github.com/jsbroks/coco-annotator/blob/master/build_gpu.sh Note, that I'm not sure the docker-compose.gpu.yml really use GPU by default. I had to activate it adding...

Agree, V0.1.12 doesn't draw polygons and other forms, please release v0.1.13.

Hi, Can you explain how to reproduce your problem ? Can you report error you encounter ? Do you use official coco-annotator ? Playing with Keypoints on official coco-annotator, I...

If I'm not wrong, you have to go to next image or click save button in left panel

Maybe you need more Ram ? I also noticed this problem on my computer (16Gb Ram) with large datasets and large class list (about 80 classes) after few images annotations....

Seem's I also have weird behaviours on low memory conditions when using my coco-annotator Vue3 port. I don't know if this could have something to do with default docker heap...

Forget my assumption about shm_size. I had few bugs I fixed now and anyway problem happens in web browser.

reproduced here too using vue3. new shortcut keys are saved when clicking save button, read when refreshing page, but if you change image, you loose custom shortcuts. I guess the...