Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ __pycache__/

# Outputs
output/
data/classification_dataset
data/output_images/
outputs/
dataset/
!docs/dataset/

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does it need to be ignored?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because dataset/ in the .gitignore file, It's causes docs/dataset/ to be ignored and we don't want that.

assets/classification_dataset
assets/output_images/
database/data/

# Virtual environments
Expand Down
2 changes: 1 addition & 1 deletion docs/dataset.md → docs/dataset/CropAndWeed.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CropAndWeed Dataset

# CropAndWeed Dataset Documentation
## Dataset Overview
- **Source Link**: [https://github.com/cropandweed/cropandweed-dataset](https://github.com/cropandweed/cropandweed-dataset)
- **Paper**: [The CropAndWeed Dataset: A Multi-Modal Learning Approach for Efficient Crop and Weed Manipulation](https://openaccess.thecvf.com/content/WACV2023/papers/Steininger_The_CropAndWeed_Dataset_A_Multi-Modal_Learning_Approach_for_Efficient_Crop_WACV_2023_paper.pdf) (WACV 2023)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Dataset Preparation
# CropAndWeed Dataset Preparation

## Overview
...

> **Note:** Make sure to install and enable [Git LFS](https://git-lfs.com/) before extracting the dataset.
> Run:
Expand Down Expand Up @@ -65,7 +68,7 @@ python dataset/preparation/decompress_dataset.py

---

## Overview
## Dataset Description

The **CropAndWeed** dataset contains agricultural images with multi-level annotations for **crop and weed classification**.

Expand Down
Loading