humansensinglab / dfcil-hgr

[ICCV 2023] Data-Free Class-Incremental Hand Gesture Recognition
MIT License
12 stars 3 forks source link

Python Environment #1

Open QienJane opened 8 months ago

QienJane commented 8 months ago

Hello, you have done a great job with this one! I would like to know what Python environment you used for the code in this paper? Thank you

shubhraaich commented 8 months ago

requirements.txt

Hi Qianqian, thanks for your interest in our work. Attached is the text file with a tentative list of python packages that you can install with either pip or conda. Also, if you are comfortable with docker, you can just pull the image that was used to generate the results for our method with

docker pull littleaich/pt-1.11.0:pyg

However, this image may be a bit large and contain a lot more packages than you will need. Hope that helps.

QienJane commented 6 months ago

Thank you very much!

But I haven't used docker before, so I chose to refer to requirements.txt to install the environment.

Annoyingly, when I installed it according to the requirements.txt you gave me, I encountered a possible incompatibility between packages. This is because warnings and errors are reported in pycharm.

Can you tell me the exact version of each package in requirements.txt?

image
LiHaodong0217 commented 5 months ago

can you run the project?

shubhraaich commented 3 months ago

The docker container should work fine. Unfortunately, I am unable to comment on the conda or other installation types.