Releases: supervisely-ecosystem/data-nodes
Releases · supervisely-ecosystem/data-nodes
Handle filters without selected entities
Handle filters without selected entities (#58) * Handle filters without specific entities ids * add FastTable widget init * Update docker_image in config.json * remove unused import
Templates, New layers, Optimizations
v0.3.11 Update FilteredProject layer readme
Add Copy/Move templates
v0.3.10 Add Copy layer, add templates support (#50)
Autoconnect Nodes
Option to auto connect new nodes
Reworked Run button
Docker image update
Update docker image for optimized app start time
Optimize batch processing
Optimize batch processing (#48) * Do not generate empty images if not required * Add logging statement for creating items batch in Net.py * Optimize items creation * Update batch size and logging statement in Net.py, and dynamic batch size logic in main.py Add debug logs to Create new project * remove debug logs from CreateNewProject * Update CreateNewProjectLayer.py
Hotfix Filtered project error
Hotfix Filtered project error (#47) * Update batch size for dynamic batching, fix error in filtered project * Update batch size for dynamic batching, fix error in filtered project
Add Elastic Transform layer
Add Elastic Transform layer (#45) * imgaug pixelate added * Icon change + batch test * batch revert * change icon color * batch test * fix typo * batches disabled * remove comment * add elastic transform * update elastic readme * slight naming changes + readme table * readme table update * rename script * added name to init --------- Co-authored-by: vorozhkog <vorozkhog@icloud.com>
Fix layer documentation links in readme
v0.3.4 Update layer documentation links in readme
Add Pixelate layer and update launch instructions in readme
Update launch instructions in README.md (#44) * Update README.md with instructions on how to run the application * Update README.md with instructions on how to run the application