Shimmer93 / MPCount

Official repo for CVPR2024 paper "Single Domain Generalization for Crowd Counting"
Apache License 2.0
46 stars 3 forks source link

Freezing the requirements.txt and python #7

Closed queuecameras closed 3 months ago

queuecameras commented 3 months ago

Description

This PR aims to enhance the stability and reproducibility of our project by freezing the dependencies in requirements.txt and specifying the Python version used.

Changes

Freezing dependencies in requirements.txt:

Motivation and Context

By freezing the requirements, we ensure that the environment is consistent, minimizing the risk of "it works on my machine" issues.

Shimmer93 commented 3 months ago

Thanks for specifying the versions!