Description
Currently the Streamlit GUI automatically detects the image directory and
annotation file based on a specific folder structure. This fails silently
with "Dataset files not found" when users have their dataset organized
differently, with no helpful guidance on what structure is expected.
Proposed Fix
Add manual path inputs in the Streamlit GUI for:
- Image directory
- Annotation file
This gives users full control and makes the app more flexible for different
dataset setups.
Steps to reproduce
- Open Streamlit GUI
- Point Dataset Viewer to a dataset folder
- App returns "Dataset files not found" with no explanation of expected structure
Environment
Windows 11
Description
Currently the Streamlit GUI automatically detects the image directory and
annotation file based on a specific folder structure. This fails silently
with "Dataset files not found" when users have their dataset organized
differently, with no helpful guidance on what structure is expected.
Proposed Fix
Add manual path inputs in the Streamlit GUI for:
This gives users full control and makes the app more flexible for different
dataset setups.
Steps to reproduce
Environment
Windows 11