yihongXU / TransCenter

This is the official implementation of TransCenter (TPAMI). The code and pretrained models are now available here: https://gitlab.inria.fr/yixu/TransCenter_official.
https://team.inria.fr/robotlearn/transcenter-transformers-with-dense-queriesfor-multiple-object-tracking/
Other
108 stars 7 forks source link

environment error #4

Closed curry0505 closed 2 years ago

curry0505 commented 2 years ago

there are pacakges installed from PyPI. so when I use

conda create --name <env_name> --file requirements.txt

I get the following error: PackagesNotFoundError: The following packages are not available from current channels:

Could you use the following commands to upload your environments?

conda env export > environment.yaml
conda env create -n <env_name> -f environment.yaml
yihongXU commented 2 years ago

Hi,

Yes. Sure. It is uploaded to github. I think it is related to the packages that you need to build, see readme, which conda cannot find them form pip or conda channels.