Skip to content

ananzeng/HuBMAP-HPA-Hacking-the-Human-Body-train-inference-notebook

Repository files navigation

HuBMAP + HPA - Hacking the Human Body - Rank 178/1175 (16%) My Profile Here!

Install step on server(conda)

conda create --name env_lian_mmsegmentation python=3.7
conda activate env_lian_mmsegmentation
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6/index.html
git clone https://github.com/open-mmlab/mmsegmentation.git 
cd mmsegmentation
git checkout -f cd18b6d
pip install -e .

Install step use pip in inference nootbook

Download Dataset here! and put in root directory Use command to train swin transformer

python tools/train.py configs/HuBMAP_Mulit/upernet_swin_base_patch4_window12_512x512_160k_ade20k_pretrain_384x384_22K.py --seed 69 --deterministic

The log file, config file,weight will save in ./work_dirs_HuBMAP_mulit/ upernet_swin_base_patch4_window12_512x512_160k_ade20k_pretrain_384x384_22K

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages