Releases: rybakov-ks/ParticleAnalyzer
Releases · rybakov-ks/ParticleAnalyzer
ParticleAnalyzer v1.4.0
🚀 New features
- Custom component for SEM image scale calibration.
Example.mp4
ParticleAnalyzer v1.3.3
🚀 New features
- New model for detecting scale.
🚀 Fixes
- Updated handling of images of various formats when loading them;
- The app tour has been removed;
- Updated LLM output via a standard with a dictionary.
ParticleAnalyzer v1.3.2
🚀 New features
- Added pipelines to improve SEM image quality
- Implemented automatic scaling to the actual physical scale
- The model automatically detects info_bar, scale_bar, and scale_text
- Added a new transformer detection model (limit: 200 objects/image)
v1.3.2.mp4
ParticleAnalyzer v1.2.3
🚀 New features
- New models.
🚀 Fixes
- Returned gr.Sidebar with the option closed by default.
ParticleAnalyzer v1.2.2
🚀 New features
- New models;
- Changed sidebar;
- Added option to show/hide scale bar.
🚀 Fixes
- Fixed false appearance of
"Unsupported image format"message.
ParticleAnalyzer v1.2.1
🚀 Fixes
- This fix addresses problems when processing images with indexed color palettes (mode P) or transparency (RGBA).
ParticleAnalyzer v1.2.0
🚀 New features
- Three new models trained;
- Particle orientation now displayed correctly;
- UI optimized.
ParticleAnalyzer v1.1.0
🚀 New features
- Globally redesigned user interface, abandonment of gr.ImageEditor;
- Improved logic for working with gr.Examples;
- Added preliminary compression of large images.
example.mp4
ParticleAnalyzer v1.0.0
🚀 New features
- Added ability to process 'tif' and 'tiff' images;
- Work of gr.Examples is extended to gr.ImageEditor;
- Work of introjs is fixed.
example.mp4
ParticleAnalyzer v0.1.38
🚀 New features
- Added ability to select and delete multiple particles;
- Update dual-range slider boundaries when deleting particles.