-
Notifications
You must be signed in to change notification settings - Fork 14
Preprocessing functions need to be optimized #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Current preprocessing functions rely heavily on nested for loops, which significantly slow down execution. While this may work for individual images, processing an entire dataset becomes extremely time-consuming. To improve efficiency, the functions should be optimized using NumPy vectorization and broadcasting techniques, reducing computation time and making the pipeline more scalable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers