The project about wild boars
Instructions:
- Put the images into folder data/images
- Put the annotation files into folder data/labels
- annotation file should be in the following format: [class] [x1] [y1] [x2] [y2]
Sources:
- pytorch tutorial: https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html
- tutorial to transfer learning: https://www.kdnuggets.com/2023/06/practical-guide-transfer-learning-pytorch.html
- camel paper: https://arxiv.org/pdf/2301.09339