Feature/sidebar fixes and json export#33
Open
justFadel19 wants to merge 7 commits intoAhmedFatthy1040:mainfrom
Open
Feature/sidebar fixes and json export#33justFadel19 wants to merge 7 commits intoAhmedFatthy1040:mainfrom
justFadel19 wants to merge 7 commits intoAhmedFatthy1040:mainfrom
Conversation
…onization during edits
- Add support for 11+ image format categories beyond basic JPEG/PNG/TIFF - Implement FormatProcessor class for specialized format handling - Add support for: * Modern formats: WebP, HEIC/HEIF, JPEG2000 * Camera RAW: CR2, NEF, ARW, DNG (Canon, Nikon, Sony, Adobe) * Medical: DICOM for medical imaging * Astronomy: FITS for telescope data * Scientific: NetCDF and HDF5 for research datasets - Install required dependencies: pillow-heif, rawpy, pydicom, astropy, xarray, netcdf4 - Update frontend validation to accept all new format types - Add automatic format detection and metadata extraction - Implement web-compatible conversion pipeline for specialized formats - Add comprehensive error handling with graceful fallbacks - Create documentation and demo scripts - Update image processing pipeline integration - Enhance upload workflow to handle format-specific metadata - All changes tested and working with FastAPI server
- Modified session_segmentation.py to only return segmentation polygon without creating annotation files - Annotations are now only created when user explicitly clicks Export button - Updated annotations.py to properly detect AI-generated vs manual annotations based on annotation_id - AI-generated annotations are marked as auto_generated=True only when exported - Manual annotations remain marked as auto_generated=False
- Implement Douglas-Peucker simplification algorithms in sam_model.py - Add adaptive simplification to target specific point counts (10-50) - Update API endpoints to accept simplification parameters - Add frontend UI controls for polygon simplification settings - Create comprehensive documentation and demo script - Enhance user experience by reducing polygon complexity for easier editing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.