Skip to content

Commit

Permalink
docs(model): document in READMEs that large files has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy committed Oct 13, 2024
1 parent 03d9d7c commit 2b3d749
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions model/detect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Detection Model

## Setup
Large files have been removed from this repository to save space. You can download the files using **gsutil** from the provided Google Cloud Storage bucket.
- Install **gsutil**: [gsutil installation guide](https://cloud.google.com/storage/docs/gsutil_install)
- Use the following **gsutil** commands to download the missing folders

```bash
gsutil cp -r gs://flowmotion-4e268.appspot.com/model/segment/data/ .
gsutil cp -r gs://flowmotion-4e268.appspot.com/model/segment/runs/ .
```

13 changes: 13 additions & 0 deletions model/segment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Segmentation Model

## Setup
Large files have been removed from this repository to save space. You can download the files using **gsutil** from the provided Google Cloud Storage bucket.
- Install **gsutil**: [gsutil installation guide](https://cloud.google.com/storage/docs/gsutil_install)
- Use the following **gsutil** commands to download the missing folders

```bash
gsutil cp -r gs://flowmotion-4e268.appspot.com/model/segment/cvatseg_road/ .
gsutil cp -r gs://flowmotion-4e268.appspot.com/model/segment/data/ .
gsutil cp -r gs://flowmotion-4e268.appspot.com/model/segment/runs/ .
gsutil cp -r gs://flowmotion-4e268.appspot.com/model/segment/tmp/ .
```

0 comments on commit 2b3d749

Please sign in to comment.