e-platini
e-platini
When executing the python code: `model = fast.DataHub().download('nuclei-segmentation-model')` I get the error: `Traceback (most recent call last): File "C:\Users\etiennp\PycharmProjects\RACE\utils\npy_dataset_no_render.py", line 14, in model = fast.DataHub().download('nuclei-segmentation-model') File "C:\Users\etiennp\PycharmProjects\venvs\venv3810\lib\site-packages\fast\fast.py", line 18982, in...
This is your code to fix the yaml export
When exporting a bounding box task, the files that should contain the annotations are created with the same name and so they override each other. **Expected behavior:** When exporting a...
Bug description: https://github.com/smistad/annotationweb/issues/73 I changed the css and added code to scale height while keeping aspect ratio using "object-fit: contain". For height I picked 85vh arbitrarily because it works on...
Edit: This actually has nothing to do with yaml import. See https://github.com/smistad/annotationweb/issues/76 With the landmark annotations, untested with other styles of annotations. Branch with the import task button: https://github.com/smistad/annotationweb/tree/feature/import-task When...
See https://github.com/smistad/annotationweb/issues/78 EDIT: Not a bug. It was normal behavior to prevent accidentally adding keyframes by clicking on the image when treating sequences. However, in the case of annotating single...
For bounding box and landmark annotation style, untested for other styles. When annotating, square images are displayed too big vertically and it is necessary to scroll to see the full...