Skip to content

Commit

Permalink
Merge pull request #543 from microsoft/PreRelease
Browse files Browse the repository at this point in the history
Typo and citation fixes
  • Loading branch information
zhmiao authored Nov 28, 2024
2 parents b616a6c + 2a85de5 commit 9c9b33d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,17 @@ We have recently published a [summary paper on Pytorch-Wildlife](https://arxiv.o
}
```

Also, don't forget to cite our original paper for MegaDetector:

```
@article{beery2019efficient,
title={Efficient Pipeline for Camera Trap Image Review},
author={Beery, Sara and Morris, Dan and Yang, Siyu},
journal={arXiv preprint arXiv:1907.06772},
year={2019}
}
```

## 🤝 Contributing
This project is open to your ideas and contributions. If you want to submit a pull request, we'll have some guidelines available soon.

Expand Down
4 changes: 2 additions & 2 deletions demo/image_detection_demo_herdnet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "b739c0e2",
"metadata": {},
"source": [
"# Hedrnet Satellite Image Detection Demo with PytorchWildlife"
"# Herdnet Overhead Image Detection Demo with PytorchWildlife"
]
},
{
Expand Down Expand Up @@ -47,7 +47,7 @@
"metadata": {},
"source": [
"## Model Initialization\n",
"We will initialize the HerdNet model for satellite image detection. This model is designed locate and count dense herds in satellite images."
"We will initialize the HerdNet model for overhead image detection. This model is designed locate and count dense herds in overhead images."
]
},
{
Expand Down
11 changes: 11 additions & 0 deletions megadetector.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,17 @@ We have recently published a [summary paper on Pytorch-Wildlife](https://arxiv.o
}
```

Also, don't forget to cite our original paper for MegaDetector:

```
@article{beery2019efficient,
title={Efficient Pipeline for Camera Trap Image Review},
author={Beery, Sara and Morris, Dan and Yang, Siyu},
journal={arXiv preprint arXiv:1907.06772},
year={2019}
}
```

## 🤝 Contributing
This project is open to your ideas and contributions. If you want to submit a pull request, we'll have some guidelines available soon.

Expand Down

0 comments on commit 9c9b33d

Please sign in to comment.