Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesssullivan committed Mar 17, 2021
1 parent 8158ef1 commit 96596b5
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ pip3 install -r requirements.txt
```


*Temporary Artifacts:*

|sample image set: *500 images, ~31.7mb*| sample image set annotator json|darwincore archive|
|---|---|---|
| [***images.tgz***](http://3.223.117.17/static/images.tgz) |[***images.json***](http://3.223.117.17/static/images.json)|[***gbif.zip***](http://3.223.117.17/static/gbif.zip)|


#### *Run preprocessing scripts like this:*

Expand All @@ -35,32 +41,29 @@ python3 preprocess
[{
"id": "12326",
"category_id": "Peltula euploca",
"url": "http://3.223.117.17/static/images/peltula_euploca/12326.jpg"
"src": "https://images.mushroomobserver.org/640/12326.jpg"
"url": "http://3.223.117.17/static/images/peltula_euploca/290214.jpg"
"src": "https://images.mushroomobserver.org/640/290214.jpg"
}]
```
- Downloads the 500 selected assets from *images.mushroomoberver.org* at `./static/images/<category>/<id>.jpg`;
- selected asset directory structure:
```
├── static
│   ├── gbif.zip
│   ├── images
│   │   ├── amanita_volvata
│   │   │   └── 1441.jpg
│   │   ├── ductifera_pululahuana
│   │   ├── peltula_euploca
│   │   │   └── 12326.jpg
│   │   ├── russula_modesta
│   │   │   └── 16580.jpg
│   │   └── thamnolia_subuliformis
│   │   └── 14148.jpg
│   │   ...
│   ├── images.json
│   ├── js
│   │   ├── leaflet.annotation.js
│   │   └── leaflet.annotation.js.LICENSE.txt
│   └── sample_select_assets.csv
├── gbif.zip
├── images
| ...
│   └── peltula_euploca
│   ├── 290214.jpg
│   ...
│   └── 522128.jpg
│   ...
├── images.json
├── images.tgz
├── js
│   ├── leaflet.annotation.js
│   └── leaflet.annotation.js.LICENSE.txt
└── sample_select_assets.csv
...
```
Expand Down

0 comments on commit 96596b5

Please sign in to comment.