Daniel
Daniel
When using docker to run the cuber, the created data directories and files are root-owned, which is not ideal and creates problems when further processing the data or importing it...
* cattrs version: 22.2.0 * Python version: 3.9.13 * Operating System: Ubuntu 20.04.1 ### Description I was glad to see https://github.com/python-attrs/cattrs/pull/231 which fixes the structuring of `enum.Enum` instances in `typing.Literal`...
The LOD loading order for the first loaded mesh always defaulted to 0, 1, 2, ... even if the actual LOD was 2 for example. This led to the mesh...
When opening a remote dataset, the supplied `webknossos_url` is compared to the active webknossos context's url. If only one of the two has a trailing slash, the comparison fails and...
When the skeleton view was built we couldn't use the antd Tree component due to performance reasons, because it was not virtualized. However, with v4 the Tree component became virtualized...
### Description: - Rename "test_pickling" to "multiprocessing_with_pickling" and "debug_sequential" to "sequential_with_pickling". No longer use a multiprocessing pool of size 1 for "sequential" executor by replacing it with the former "debug_sequential"...
## Detailed Description #8071 allows starting a job to train a model on multiple annotations, selected by id or uri. Follow-up wishes came up: - [ ] When training a...
Feedback from external and internal proofreaders has been that proofreading requires some trial and error for finding out where exactly an agglomerate should be split, for example. Undo would be...
## Detailed Description Identifying unnecessary re-renders using the react developer tools is quite cumbersome in my experience. We could try to use https://github.com/welldone-software/why-did-you-render which helps to identify those automatically, and...
Hackathon 2024 project - Use BVH optimized raycaster - Merge geometries of a single (agglomerate) mesh into one geometry, saving render passes - Don’t create groups for these meshes, so...