Major performance and stability improvements: disable torch.compile by default, GPU preprocessing, ROI auto-adjustment, timeout mechanism, validation, cuDNN benchmarking, version logging, concurrency limits
700e0b1
Harshith Reddycommited on
Fix GPU OOM: Add post-load memory check, use ultra-minimal settings for low memory, and improve OOM recovery
11a9b37
Harshith Reddycommited on
Fix naming conflict: rename model.py to model_loader.py and initialize DEVICE to prevent NoneType errors
493e2f1
Harshith Reddycommited on
Refactor app.py into modular structure: config, model, processing, inference, and app modules