ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018
MIT License
766 stars 254 forks source link

conda env create --file pixel_link_env.txt 报错 #106

Open jiaying96 opened 5 years ago

jiaying96 commented 5 years ago

image image

Dgs29 commented 5 years ago

execute the command after heading into pixel_link_root directory

jiaying96 commented 5 years ago

@Dgs29 进入根目录执行的也不行,后来就自己装环境了,没有用这个命令,你用这个命令可以吗?

alpace commented 5 years ago

没有指定目录吧,我的可以运行

jiaying96 commented 5 years ago

@alpace 怎么制定目录 能详细说一下吗

alpace commented 5 years ago

@jiaying96 直接在pixel_link_nev.txt路径下执行就可以了

Tanmay-Jaiswal commented 5 years ago

Rename the file

pixel_link_env.txt

to

pixel_link_env.yml

Then simply change the command conda env create --file pixel_link_env.txt to conda env create --file pixel_link_env.yml

Conda prefers yml over txt. Even though the content of the txt file is in yml format, conda needs the right extension