From 1a24bc7a71e67db564486b3e05fee47f8c98bcd6 Mon Sep 17 00:00:00 2001 From: Theodore Zhao Date: Sun, 3 Nov 2024 19:54:24 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 987137c..09fff06 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvi ``` In case there is issue with detectron2 installation, make sure your pytorch version is compatible with CUDA version on your machine at https://pytorch.org/. - +``` ## Dataset BiomedParseData was created from preprocessing publicly available biomedical image segmentation datasets. Please check the details here: [BiomedParseData](assets/readmes/DATASET.md). As a quick start, we've samples a tiny demo dataset at biomedparse_datasets/BiomedParseData-Demo @@ -243,4 +243,4 @@ bash docker/docker_build.sh bash docker/docker_run.sh bash docker/setup_inside_docker.sh source docker/data_env.sh -``` --> \ No newline at end of file +``` -->