martinwholtmon / IT3920-2024-Master-MSIT

Master project for MSIT 2024 - Towards Efficient Human Action Recognition: The Role of Keyframe Selection in Video Processing
MIT License
0 stars 0 forks source link

Refactor save_keyframe_indices function to handle JSON output type #98

Closed martinwholtmon closed 4 months ago

martinwholtmon commented 4 months ago

This pull request refactors the save_keyframe_indices function to handle JSON output type instead of CSV. The format for saving keyframe indices has been changed to a structured JSON file instead of a CSV file. This change improves the organization and readability of the output.