EGO4D / hands-and-objects

MIT License
77 stars 9 forks source link

Correct bug with newer torchvision versions #15

Open anuragarnab opened 2 years ago

anuragarnab commented 2 years ago

The current check fails for torchvision versions >= 0.10. This commit corrects the parsing of the version number.

Sid2697 commented 1 year ago

cc @fuqichen1998

fuqichen1998 commented 1 year ago

Have you confirmed that this change will affect torchvision versions > 0.1.0? If not, we prefer to keep the current code, and you could report this as an issue.

anuragarnab commented 1 year ago

Yes. This correctly parses the version number for older torchvision versions too.