-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update colorspace retrieval logic #64
Update colorspace retrieval logic #64
Conversation
- Enhanced colorspace fetching to prioritize new data structure. - Added fallback options for backward compatibility. - Improved logging for better debugging of colorspace sources.
- Removed redundant colorspace retrieval from load_clip. - Centralized colorspace setting logic in load_image. - Added methods to get and set colorspace based on representation and version data. - Improved readability by simplifying file path handling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with updating and switching function with the clip loaded by the old clip loader. Works nicely.
I also tested with loading clip/image function, loading clip works as expected to load the clip with correct colorspace data. But the image loader still gives colorspace error for loading single image frame.
@moonyuet I tried to load a single image frame (clip + image) from single image and I didn't get any issue. |
No not really. I believe it could be because I am using the old scene to do so. |
Co-authored-by: Kayla Man <[email protected]>
- Renamed `file` to `filepath` for clarity. - Updated warning log message to reflect new variable name. - Ensured file path uses consistent formatting by replacing backslashes with forward slashes.
- Removed unused imports for cleaner code. - Kept only the necessary import for loading functionality.
…rom-representation' into bugfix/nuke-loading-colorspace-from-representation
Changelog Description
Additional review information
Loading Image was still in old deprecated way of colorspace maintaining.
Testing notes: