Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1010 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1010 Bytes

cosas

  • https://cosas.grand-challenge.org/ Task 2: Cross-Scanner Adenocarcinoma Segmentation Task 2 focuses on evaluating the generalisation capabilities of machine learning algorithms in adenocarcinoma segmentation across diverse whole slide image scanners. The dataset comprises image patches extracted from whole slide image scans of invasive breast carcinoma tissues, acquired with six different scanners of different manufacturers.

도커 빌드

  • Makefile을 이용해서 도커를 빌드합니다. {경로}은 mlflow.pytorch.log_model로 저장된 checkpoint+직렬화된 객체를 의미합니다.

$ make build MODEL_PATH={경로}

$ make build MODEL_PATH="/vast/AI_team/mlflow_artifact/13/fe7522d516fa476fb55c003754702bd2/artifacts/model/data/model.pth"

도커 테스트

$ make test_run

도커 이미지 저장

$ make save

Spams 설치

$ sudo apt-get -y install libblas-dev liblapack-dev gfortran