• PengGao's avatar
    Refactor/async (#116) · 7a35c418
    PengGao authored
    * Add asynchronous processing capabilities with AsyncWrapper and BaseRunner class implementation
    
    * Refactor async I/O functions for consistency and improved readability
    
    * Add progress callback functionality to DefaultRunner and improve logging during execution
    
    * Enhance DefaultRunner's run_pipeline method to include optional video saving functionality
    
    * Remove unnecessary deletion of inputs in DefaultRunner's run_pipeline method to streamline resource management
    7a35c418
async_wrapper.py 2.08 KB