fix build dependencies for Siammask (#4486)

Co-authored-by: Vincent Richard <richard-v@macnica.co.jp>
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
main
Vincent Richard 4 years ago committed by GitHub
parent 6fd7a0e1ae
commit 737ee712d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bug: Incorrect point deletion with keyboard shortcut (<https://github.com/openvinotoolkit/cvat/pull/4420>) - Bug: Incorrect point deletion with keyboard shortcut (<https://github.com/openvinotoolkit/cvat/pull/4420>)
- some AI Tools were not sending responses properly (<https://github.com/openvinotoolkit/cvat/issues/4432>) - some AI Tools were not sending responses properly (<https://github.com/openvinotoolkit/cvat/issues/4432>)
- Unable to upload annotations (<https://github.com/openvinotoolkit/cvat/pull/4513>) - Unable to upload annotations (<https://github.com/openvinotoolkit/cvat/pull/4513>)
- Fix build dependencies for Siammask (<https://github.com/openvinotoolkit/cvat/pull/4486>)
### Security ### Security
- TDB - TDB

@ -41,7 +41,7 @@ spec:
- kind: RUN - kind: RUN
value: git clone https://github.com/foolwood/SiamMask.git value: git clone https://github.com/foolwood/SiamMask.git
- kind: RUN - kind: RUN
value: pip install -r SiamMask/requirements.txt jsonpickle value: pip install Cython==0.29.4 colorama==0.3.9 numpy==1.15.4 requests==2.21.0 fire==0.1.3 matplotlib==2.2.3 numba==0.39.0 scipy==1.1.0 h5py==2.8.0 pandas==0.23.4 tqdm==4.29.1 tensorboardX==1.6 opencv_python==3.4.3.18 jsonpickle
- kind: RUN - kind: RUN
value: pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html value: pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
- kind: RUN - kind: RUN

@ -41,7 +41,7 @@ spec:
- kind: RUN - kind: RUN
value: git clone https://github.com/foolwood/SiamMask.git value: git clone https://github.com/foolwood/SiamMask.git
- kind: RUN - kind: RUN
value: pip install -r SiamMask/requirements.txt jsonpickle value: pip install Cython==0.29.4 colorama==0.3.9 numpy==1.15.4 requests==2.21.0 fire==0.1.3 matplotlib==2.2.3 numba==0.39.0 scipy==1.1.0 h5py==2.8.0 pandas==0.23.4 tqdm==4.29.1 tensorboardX==1.6 opencv_python==3.4.3.18 torch==1.9.0 torchvision==0.2.1 jsonpickle
- kind: RUN - kind: RUN
value: conda install -y gcc_linux-64 value: conda install -y gcc_linux-64
- kind: RUN - kind: RUN

Loading…
Cancel
Save