Skip to content

Commit

Permalink
Merge pull request #453 from microsoft/PreRelease
Browse files Browse the repository at this point in the history
PytorchWildlifev1.0.2.5
  • Loading branch information
zhmiao authored Mar 27, 2024
2 parents 8c0ba24 + 5afa662 commit e618936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://pypi.org/project/PytorchWildlife"><img src="https://badge.fury.io/py/PytorchWildlife.svg" /></a>
<a href="https://pypi.org/project/PytorchWildlife"><img src="https://static.pepy.tech/badge/pytorchwildlife" /></a>
<a href="https://pypi.org/project/PytorchWildlife"><img src="https://img.shields.io/pypi/pyversions/PytorchWildlife" /></a>
<a href="https://huggingface.co/spaces/AndresHdzC/pytorch-wildlife"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-blue" /></a>
<a href="https://huggingface.co/spaces/ai4g-biodiversity/pytorch-wildlife"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-blue" /></a>
<a href="https://colab.research.google.com/drive/1rjqHrTMzEHkMualr4vB55dQWCsCKMNXi?usp=sharing"><img src="https://img.shields.io/badge/Colab-Demo-blue?logo=GoogleColab" /></a>
<!-- <a href="https://colab.research.google.com/drive/16-OjFVQ6nopuP-gfqofYBBY00oIgbcr1?usp=sharing"><img src="https://img.shields.io/badge/Colab-Video detection-blue?logo=GoogleColab" /></a> -->
<a href="https://cameratraps.readthedocs.io/en/latest/"><img src="https://img.shields.io/badge/read-docs-yellow?logo=ReadtheDocs" /></a>
Expand All @@ -29,7 +29,7 @@
- [ ] Direct LILA connection for more training/validation data.
- [ ] More pretrained detection and classification models to expand the current model zoo.

To check the previous roadmap and finished tasks, please click [here](roadmaps.md).
To check the full version of the roadmap with completed tasks and long term goals, please click [here!](roadmaps.md).

## 🐾 Introduction

Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
from setuptools import setup, find_packages

with open('README.md', encoding="utf8") as file:
long_description = file.read()
setup(
name='PytorchWildlife',
version='1.0.2.4',
version='1.0.2.5',
packages=find_packages(),
url='https://github.com/microsoft/CameraTraps/',
license='MIT',
author='Andres Hernandez, Zhongqi Miao',
author_email='v-herandres@microsoft.com, zhongqimiao@microsoft.com',
description='a PyTorch Collaborative Deep Learning Framework for Conservation.',
long_description=open('README.md').read(),
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=[
'numpy',
Expand Down

0 comments on commit e618936

Please sign in to comment.