Enforce exact (256, 256) input size with forced resizing in app.py to prevent dimension mismatch c3ea62f verified 24D0894 commited on Nov 2, 2024
Add center padding in app.py to ensure exact (256, 256) input size for ConvAutoencoder 9a825a5 verified 24D0894 commited on Nov 2, 2024
Ensure exact (256, 256) resizing using OpenCV in app.py to resolve tensor dimension mismatch issues 6502e81 verified 24D0894 commited on Nov 2, 2024
Fix enforced tensor resizing to (256, 256) for consistent model input dimensions in app.py 7a55dd5 verified 24D0894 commited on Nov 2, 2024
Add padding/cropping to ensure exact (256, 256) input size for ConvAutoencoder model in app.py 9e2f96d verified 24D0894 commited on Nov 2, 2024
Add requirements.txt with necessary libraries for ConvAutoencoder training and deployment 0976fd3 verified 24D0894 commited on Nov 2, 2024
Update app.py with fixed-size (256, 256) input handling for consistent inference 3875845 verified 24D0894 commited on Nov 2, 2024
Add train_model.py for training ConvAutoencoder with fixed (256, 256) input size 8120b87 verified 24D0894 commited on Nov 2, 2024
Fix enforced padding in app.py to ensure consistent (256, 256) dimensions for model input b0f5e41 verified 24D0894 commited on Nov 2, 2024
Fix explicit resizing with torch.nn.functional.interpolate to ensure consistent model input dimensions in app.py cf26fcf verified 24D0894 commited on Nov 2, 2024
Add torchvision-based resizing in app.py to ensure consistent (256, 256) dimensions for model input 535ec48 verified 24D0894 commited on Nov 2, 2024
Add torchvision to requirements.txt for consistent resizing of input images in app.py 09c6b19 verified 24D0894 commited on Nov 2, 2024
Fix enforced resizing of input slice to ensure (256, 256) dimensions for model compatibility 5306541 verified 24D0894 commited on Nov 2, 2024
Fix input resizing in app.py to ensure all NIfTI slices match model dimensions and prevent dimension mismatches c036ac6 verified 24D0894 commited on Nov 2, 2024
Add necessary dependencies to requirements.txt for Gradio app deployment, including OpenCV and Nibabel 6ed7cc6 verified 24D0894 commited on Nov 2, 2024
Update app.py to replace scipy zoom with OpenCV resize for resizing best_slice to (256, 256) 4365ce6 verified 24D0894 commited on Nov 2, 2024
Add resizing step in app.py to ensure compatibility of best slice with model input size f716146 verified 24D0894 commited on Nov 2, 2024
Add robust error handling to app.py to improve NIfTI file processing and model inference stability c5703b8 verified 24D0894 commited on Nov 2, 2024
Update app.py to add anomaly detection message and improve reconstruction error output visualization 564d05c verified 24D0894 commited on Nov 2, 2024
Add detailed debugging to predict function in app.py to diagnose NIfTI file processing and model inference steps c2691cf verified 24D0894 commited on Nov 2, 2024
Update app.py to use filepath type for multiple file uploads with gr.Files 0e082f6 verified 24D0894 commited on Nov 2, 2024
Update app.py to use gr.Files for multiple file inputs 541ee2b verified 24D0894 commited on Nov 2, 2024
Update app.py to fix Gradio inputs/outputs compatibility with the latest API aa69cde verified 24D0894 commited on Nov 2, 2024
Update app.py with modified ConvAutoencoder architecture and model loading adjustments a96ee04 verified 24D0894 commited on Nov 2, 2024