Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-zhao authored Nov 4, 2024
1 parent 8b14ff0 commit 1a24bc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

<!-- Install dependencies
Install dependencies
```sh
pip install -r assets/requirements/requirements.txt
``` -->
```

## 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
Expand Down Expand Up @@ -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
``` -->
``` -->

0 comments on commit 1a24bc7

Please sign in to comment.