dahiyaaneesh / peclr

This is the pretraining code for PeCLR. An equivariant contrastive learning framework for 3D hand pose estimation. The paper is presented at ICCV 2021.

Home Page:https://ait.ethz.ch/projects/2021/PeCLR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this run on windows?

astewzxc opened this issue · comments

Hi, thanks for the great work. Can this run on windows? Should I modify the environment variables or something? Sorry, I am not familiar with Linux system.

As far as I know, there is nothing Linux specific in the code. As long as you can install pytorch and pytorch lightning on a windows system the training should be able to run. No guarantee though as we have only tested it on Linux.