Releases: Kitware/nrtk-explorer
v0.1.2
v0.1.1
v0.1.0
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
v0.0.1 (2024-04-18)
Ci
-
ci(workflow): add a new version (
9367fc4
) -
ci(workflow): remove pre-commit (
b753c15
) -
ci(workflow): add semantic-release task (
2f3a00c
)
Documentation
- docs(readme): improve readme (
c2c6224
)
Fix
- fix(nrtk-explorer): new release (
de216a8
)
Unknown
-
Auto-merge release back to main (
d3df0ec
) -
add obj detect model ui (#49)
-
Added COCO Object detection 2017 dataset
-
add obj detect model ui
-
update github actions actions (
774624e
) -
Ignore unrecognized cli arguments instead of crashing (
59c3af8
) -
Automatically build frontend on pip install (
02bf529
) -
Place code under src dir and use hatchling for building (
7bb539e
) -
Allow user to resize the UI panels (
e4d517c
) -
Improve the appearance of the settings panel (
1966d00
) -
Rework point highlighting to consider src and trans (
abf9464
) -
Handle different image sizes and aspects (
33b89bc
) -
Support datasets that uses ids diff to offsets (
971c497
) -
Fix reactivity in imagedetection thumbnails (
598a452
) -
Select images by filtering based on annotation categories (
3a0cd8f
) -
toggle hide source points in scatterplot (
34fcf17
) -
imagedetection: remove ref properties (
405428a
) -
mypy: Fix library code so it passes mypy (
3cf55ef
) -
mypy: Add python typing CI (
63a1f7e
) -
add cli flag for passing paths of datasets (#35)
-
add cli flag for passing paths of datasets
-
scatterplot: fix point highlight (
35f55c5
) -
add batching and make it a param (#31)
-
add batching and make it a param
-
Fixed benchmark for embeddings_extractor (
65c0d57
) -
update npm pkgs (#33)
-
update npm pkgs
-
scatterplot: fixed error with sequences (
29b041e
) -
Bump scikit-learn from 1.4.0 to 1.4.1.post1 (#32)
Bumps scikit-learn from 1.4.0 to 1.4.1.post1.
updated-dependencies:
- dependency-name: scikit-learn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0de4d01
)
- umap: add params (#30)
- fixes to the ReduceManager
- Refactor to the ScatterPlot (
541d413
)
-
Combine original and transformed scatter plots into a single plot (#29) (
4913c95
) -
embeddigns: add loading behavior while computing (#28) (
9b667fe
) -
Add a couple of transforms that use nrtk's perturbers (#27) (
cd02396
) -
Bump vite from 4.4.12 to 4.5.2 in /vue-components (#26)
Bumps vite from 4.4.12 to 4.5.2.
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3882dc5
)
-
Enable CUDA backend (#24)
-
Enable CUDA backend
-
Update pyproject.toml (
dce73d8
) -
cosmetic fixes in embeddings and core parameters UI (#25) (
74278b8
) -
Bump scikit-learn from 1.3.2 to 1.4.0 (#20)
Bumps scikit-learn from 1.3.2 to 1.4.0.
updated-dependencies:
- dependency-name: scikit-learn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bb15d68
)
- Refactor image id handling. (#19)
- Moves logic to the core application (Random selection and number of images to load).
- Fixes wrong transformation when using random selection
- Connects plots and thumbnails so that hovering is reflected.
- Futher improving performance by sharing a cache of the feature
extractions between the source and transformation dataset. (84482e6
)
-
Use trame's new server.context and translator instead of our implementation (#21) (
6a02609
) -
Transforms plot shows origin and transformations (#18)
-
Improve scatter plots:
- Transforms plot shows origin and trans.
- Source and Transform plots are syncronized.
- Multiple improvements:
- Embedding state is shared between transformation and origin.
- Change in camera in transformation plot reflects in source.
- Remove controls in transformation plot
- Share the same feature extractor for transformation and source
feature extractor. (2d14c21
)
-
Add mechanism to automatically generate transform parameters UI (#17)
-
Add mechanism to automatically generate transform parameters UI
-
Integrate dynamic transform parameters in the TransformsApp (
88a140e
) -
Bump semantic-release from 19.0.2 to 19.0.3 in /vue-components (#15)
Bumps semantic-release from 19.0.2 to 19.0.3.
updated-dependencies:
- dependency-name: semantic-release
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([f13d0ee
](http...
v0.0.0
v0.0.0 (2024-04-18)
Ci
Documentation
- docs(readme): improve readme (
c2c6224
)
Unknown
-
add obj detect model ui (#49)
-
Added COCO Object detection 2017 dataset
-
add obj detect model ui
-
update github actions actions (
774624e
) -
Ignore unrecognized cli arguments instead of crashing (
59c3af8
) -
Automatically build frontend on pip install (
02bf529
) -
Place code under src dir and use hatchling for building (
7bb539e
) -
Allow user to resize the UI panels (
e4d517c
) -
Improve the appearance of the settings panel (
1966d00
) -
Rework point highlighting to consider src and trans (
abf9464
) -
Handle different image sizes and aspects (
33b89bc
) -
Support datasets that uses ids diff to offsets (
971c497
) -
Fix reactivity in imagedetection thumbnails (
598a452
) -
Select images by filtering based on annotation categories (
3a0cd8f
) -
toggle hide source points in scatterplot (
34fcf17
) -
imagedetection: remove ref properties (
405428a
) -
mypy: Fix library code so it passes mypy (
3cf55ef
) -
mypy: Add python typing CI (
63a1f7e
) -
add cli flag for passing paths of datasets (#35)
-
add cli flag for passing paths of datasets
-
scatterplot: fix point highlight (
35f55c5
) -
add batching and make it a param (#31)
-
add batching and make it a param
-
Fixed benchmark for embeddings_extractor (
65c0d57
) -
update npm pkgs (#33)
-
update npm pkgs
-
scatterplot: fixed error with sequences (
29b041e
) -
Bump scikit-learn from 1.4.0 to 1.4.1.post1 (#32)
Bumps scikit-learn from 1.4.0 to 1.4.1.post1.
updated-dependencies:
- dependency-name: scikit-learn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0de4d01
)
- umap: add params (#30)
- fixes to the ReduceManager
- Refactor to the ScatterPlot (
541d413
)
-
Combine original and transformed scatter plots into a single plot (#29) (
4913c95
) -
embeddigns: add loading behavior while computing (#28) (
9b667fe
) -
Add a couple of transforms that use nrtk's perturbers (#27) (
cd02396
) -
Bump vite from 4.4.12 to 4.5.2 in /vue-components (#26)
Bumps vite from 4.4.12 to 4.5.2.
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3882dc5
)
-
Enable CUDA backend (#24)
-
Enable CUDA backend
-
Update pyproject.toml (
dce73d8
) -
cosmetic fixes in embeddings and core parameters UI (#25) (
74278b8
) -
Bump scikit-learn from 1.3.2 to 1.4.0 (#20)
Bumps scikit-learn from 1.3.2 to 1.4.0.
updated-dependencies:
- dependency-name: scikit-learn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bb15d68
)
- Refactor image id handling. (#19)
- Moves logic to the core application (Random selection and number of images to load).
- Fixes wrong transformation when using random selection
- Connects plots and thumbnails so that hovering is reflected.
- Futher improving performance by sharing a cache of the feature
extractions between the source and transformation dataset. (84482e6
)
-
Use trame's new server.context and translator instead of our implementation (#21) (
6a02609
) -
Transforms plot shows origin and transformations (#18)
-
Improve scatter plots:
- Transforms plot shows origin and trans.
- Source and Transform plots are syncronized.
- Multiple improvements:
- Embedding state is shared between transformation and origin.
- Change in camera in transformation plot reflects in source.
- Remove controls in transformation plot
- Share the same feature extractor for transformation and source
feature extractor. (2d14c21
)
-
Add mechanism to automatically generate transform parameters UI (#17)
-
Add mechanism to automatically generate transform parameters UI
-
Integrate dynamic transform parameters in the TransformsApp (
88a140e
) -
Bump semantic-release from 19.0.2 to 19.0.3 in /vue-components (#15)
Bumps semantic-release from 19.0.2 to 19.0.3.
updated-dependencies:
- dependency-name: semantic-release
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f13d0ee
)
- Bump postcss from 8.4.27 to 8.4.32 in /vue-components (#16)
Bumps postcss from 8.4.27 to 8.4.32.