Skip to content

Commit

Permalink
Merge pull request #5 from encord-team/fhv/visualize
Browse files Browse the repository at this point in the history
Streamlit visualiser for indexes.
  • Loading branch information
Gorkem-Encord authored Aug 12, 2022
2 parents e8087ab + d8ee0ca commit 014090b
Show file tree
Hide file tree
Showing 7 changed files with 1,802 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -347,5 +347,7 @@ tags
# End of https://www.toptal.com/developers/gitignore/api/macos,linux,vim,python,pycharm
/conf/config.yaml
/pocs/outputs/

.hydra
.idea
/outputs/

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ or if you use pycharm, mark `data_quality_pocs` as a source root and just run th
## Developing new QMs

Make a new file in the `pocs` directory and use the template provided in `pocs/example.py`.


## Visualising results

To visualise results, you do the following:

```shell
> cd viewer
> streamlit run visualiser.py
```
2 changes: 1 addition & 1 deletion conf/config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ paths:
data: ~/data/encord

encord:
project_name: "[External] [People for AI] YouTube-VOS"
project_name: "[External] [People for AI] YouTube-VOS"
Loading

0 comments on commit 014090b

Please sign in to comment.