v-iashin / MDVC

PyTorch implementation of Multi-modal Dense Video Captioning (CVPR 2020 Workshops)
https://v-iashin.github.io/mdvc
142 stars 19 forks source link

conda_env: updating build versions #28

Closed v-iashin closed 1 year ago

v-iashin commented 1 year ago

Solves the problem of ResolvePackageNotFound issue with the environment and PyTorch. Besides MDVC, other repositories were affected as well, ie video_features, BMT. The issue was raised in https://github.com/v-iashin/BMT/issues/49 and https://github.com/v-iashin/video_features/issues/97.

This PR:

v-iashin commented 1 year ago

I noticed that I don't use torchvision anywhere in the code. So, the version update should be harmless.