Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation metric: accuracy #84

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<html lang="en">

<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RR9C4SDL8T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-RR9C4SDL8T');
</script>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/components/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
<a href="https://mooreplasticresearch.org/"
>The Moore Institute for Plastic Pollution Research</a
>
and Walter Yu from <a href="https://dot.ca.gov/">CALTRANS</a>. There
have also been
<a href="https://github.com/code4sac/trash-ai/graphs/contributors"
>many contributors</a
>
to the code base.
and Walter Yu from <a href="https://dot.ca.gov/">CALTRANS</a>.
<a href="https://github.com/shollingsworth" >
Steven Hollingsworth
</a> is the lead developer and contributor to the code base.
</p>
<p>
To get started, visit the Upload Tab or
Expand Down Expand Up @@ -68,6 +66,8 @@
>open a Github Issue</a
>
in our repository.
If you would like to provide more general feedback, please fill out
our <a href="https://forms.gle/CwZvegq1oCUYLRjM7">feedback form here </a>.
</p>
&nbsp;
</v-sheet>
Expand Down
12 changes: 6 additions & 6 deletions frontend/src/views/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
<a href="https://mooreplasticresearch.org/">
The Moore Institute for Plastic Pollution Research
</a>
and Walter Yu from <a href="https://dot.ca.gov/">CALTRANS</a>. There
have also been
<a href="https://github.com/code4sac/trash-ai/graphs/contributors">
many contributors
</a>
to the code base.
and Walter Yu from <a href="https://dot.ca.gov/">CALTRANS</a>.
<a href="https://github.com/shollingsworth" >
Steven Hollingsworth
</a> is the lead developer and contributor to the code base.
</p>
<p>
To get started, visit the Upload Tab or
Expand Down Expand Up @@ -68,6 +66,8 @@
open a Github Issue
</a>
in our repository.
If you would like to provide more general feedback, please fill out
our <a href="https://forms.gle/CwZvegq1oCUYLRjM7">feedback form here </a>.
</p>
</v-sheet>
</template>
Expand Down
Loading