ODYSSEE A-Eye is a decision support tool exploiting Machine Learning (ML), image processing and reduced-order modeling technology to propose predictions based on a database from multiple sources: images, qualitative data, quantitative data, 3D models, curves, etc.
ODYSSEE A-Eye includes:
- A-Eye_Manager: A GUI tool used to define specific customizations and manage them.
- A-Eye_App: A GUI tool used to create a vertical application based on selected customization.
- Quasar: An AI/AML/ROM solver allowing for predictive modeling and data mining analysis.
- ODYSSEE A-Eye Launcher: A GUI tool to visualize the existing customizations and to give access to A-Eye_Manager and A-Eye_App.
What's New in ODYSSEE A-Eye 2024.2.1
A-Eye Manager
- Bugs fixes:
- In the Process using raw data, when the user was using the direct Processing and loading his own script, the help link was hidden. We have enlarged window.
- Fix on the Modified Unet script for detection process. The script was not working due to an argument missed.
A-Eye App
- In the Learning tab, when the data is sent to the database, a green execution bar & a user message in the bottom band have been added to give the information “Features extraction in progress”.
- In A-Eye App, prefix information has been added in the column labels of the exported X.csv file to distinguish the feature’s belonging to the data loaded. For example:
im1->BoundingBox; im2->Boundingbox - In Methods Analysis & Settings window,
- A new message is visible after running the dependency check, asking to automatically uncheck dependent features.
- The current prediction method is now visible in the part Redefine prediction script
- Bugs fixes:
- A-Eye App crashed if a project file (X_FILE, Y_FILE, XN_FILE, YN_FILE) was opened in Excel. It is fixed.
- In all cases where the customization had .csv curve type in input descriptive variable, the A-Eye App crashed when we clicked on the Methods Analysis & Settings Window button. This is fixed
- To fix an interface crash, the Methods Analysis & Settings Window is now only available for customizations using an indirect process with an extraction features step (No access for the process using raw data for prediction).
ODYSSEE Quasar – Solver
This version includes the following updates:
- Images functions enhancements:
- Function to create automatically a segmented image: The function converts a color picture defined by a color scale name and a number of color levels into a new picture of n color levels defined by the arguments output_color_scale name and output_levels. The new color levels allow the use of Unet and modified Unet.
createSegmentedImage(String folder_images_path_In, String folder_images_path_Out, String input_color_scale, int input_levels, String output_color_scale, int output_levels, bool apply_remove_black_dots, int filter_size)
- Function to create a custom segmented image: The function converts colored pictures defined by a list of color values into new pictures defined by a new custom color list.
createSegmentedImage_Custom(String folder_images_path_In, String folder_images_path_Out, int pixel_range, int[,] list_i_colors, int[,] list_o_colors, bool apply_remove_black_dots, int filter_size)
-
- Flip function to apply vertical or horizontal symmetry to all pictures contained in an input folder.
flipImages(String folder_path_in, String folder_path_out, String orientation)
-
- Rotate function to apply rotation to all pictures contained in an input folder.
rotateImages(String folder_path_in, String folder_path_out_angle, double angle, int[] background_color)
-
- Convert picture function is a function to transform an original picture to a new picture, changing the extension (png, jpg, jpeg, tof) or the color depth (1 byte, 3 bytes or 4 bytes for png).
convertAndSaveImage(Image pict_path_In, Image pic_path_Out, int num_classes)
- Add an example for modified unet in Quasar help documentation.
- Linux installation path: It is now possible to set the installation path for ODYSSEE Solver in Linux. Instruction documentation to install product have been updated.
- Bugs fixed:
-
- Fix on pictures nonvisible in the Quasar documentation.