hkchengrex / Mask-Propagation

[CVPR 2021] MiVOS - Mask Propagation module. Reproduced STM (and better) with training code :star2:. Semi-supervised video object segmentation evaluation.
https://hkchengrex.github.io/MiVOS/
MIT License
128 stars 22 forks source link

How to install thinplate manually? #7

Closed longmalongma closed 3 years ago

longmalongma commented 3 years ago

(mivos2) dangjisheng@ubuntui:/data/dangjisheng$ pip install git+git://github.com/cheind/py-thin-plate-spline Collecting git+git://github.com/cheind/py-thin-plate-spline Cloning git://github.com/cheind/py-thin-plate-spline to /tmp/pip-g3zq_wu4-build error: Couldn't set refs/heads/master fatal: update_ref failed for ref 'HEAD':

How to install thinplate manually?I changed a computer and I didn't install thinplateon with the commands you provided. Thank you very much for your help. I would like to reproduce your code as soon as possible and start some work based on your work.

hkchengrex commented 3 years ago

How about https://github.com/hkchengrex/Mask-Propagation/issues/2#issuecomment-806842875?

longmalongma commented 3 years ago

How about #2 (comment)?

soryy, it do not work, when I run it, problem is that: (mivos2) dangjisheng@ubuntui:/data/dangjisheng/Mask-Propagation-main$ pip install git+git://github.com/cheind/py-thin-plate-spline

Collecting git+git://github.com/cheind/py-thin-plate-spline Cloning git://github.com/cheind/py-thin-plate-spline to /tmp/pip-7iflynfr-build error: Couldn't set refs/heads/master fatal: update_ref failed for ref 'HEAD':

hkchengrex commented 3 years ago

The linked comment suggested cloning the repo and installing it manually So git clone https://github.com/cheind/py-thin-plate-spline.git cd py-thin-plate-spline pip install -e .

longmalongma commented 3 years ago

The linked comment suggested cloning the repo and installing it manually So git clone https://github.com/cheind/py-thin-plate-spline.git cd py-thin-plate-spline pip install -e .

Thank you very much, I got it.