chore: Update .gitignore to include custom ignores and remove outdated hint from prompt_plan.md

This commit is contained in:
Craig
2025-04-12 10:14:46 +01:00
parent 996c071665
commit 392e402c2e
3 changed files with 41 additions and 2 deletions

View File

@@ -101,7 +101,6 @@ Implement the core dataset loading logic in `utils/data_utils.py`:
* In `__len__(self)`:
* Return the total number of images.
*(Hint: Refer to the Torchvision Object Detection Finetuning Tutorial for guidance on parsing masks and structuring the target dictionary: https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html)*
```
## Prompt 5: Data Utilities (Transforms and Collate)