Skip to content

Commit 3ade1c6

Browse files
author
dbickson
committed
adding crashpad ref
1 parent e5f8d4f commit 3ade1c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
**fastdup** is:
1313

1414
- <font size=10> **Unsupervised**:</font> <font size=5> fits any dataset </font>
15-
- <font size=10> **Scalable** :</font> <font size=5> handles more than 400M images </font>
15+
- <font size=10> **Scalable** :</font> <font size=5> handles 400M images on a single machine </font>
1616
- <font size=10> **Efficient**:</font> <font size=5> works on **CPU only** </font>
17-
- <font size=10> **Low Cost**: </font> <font size=5> can process 12M images on a $1 CPU machine </font>
17+
- <font size=10> **Low Cost**: </font> <font size=5> can process 12M images on a $1 cloud machine budget</font>
1818

1919

2020
From the authors of [GraphLab](https://github.com/jegonzal/PowerGraph) and [Turi Create](https://github.com/apple/turicreate).
@@ -121,9 +121,9 @@ fastdup.create_aspect_ratio_gallery('out', save_path='.') #crea
121121
<details>
122122
<summary><b>Usage Tracking</b></summary>
123123

124-
We have added experimental crash report collection on Ubuntu 20.04, using [sentry.io](https://github.com/getsentry/). It does not collect user data other than anonymized IP address data, and it only logs fastdup library's own actions. We do NOT collect folder name, user name, image names, image content only aggregate performance statistics like total number of images, average runtime per image, total free memory, total free disk space, number of cores etc. Collecting fastdup crashes will help us improve stability.
124+
We have added experimental crash report collection, using [sentry.io](https://github.com/getsentry/). It does not collect user data other than anonymized IP address data, and it only logs fastdup library's own actions. We do NOT collect folder name, user name, image names, image content only aggregate performance statistics like total number of images, average runtime per image, total free memory, total free disk space, number of cores etc. Collecting fastdup crashes will help us improve stability.
125125

126-
The code for the data collection is found [here](./src/sentry.hpp).
126+
The code for the data collection is found [here](./src/sentry.hpp). On MAC we use [Google crashpad](https://chromium.googlesource.com/crashpad/crashpad).
127127

128128
It is always possible to opt out of the experimental crash report collection via either of the following two options:
129129
- Define an environment variable called `SENTRY_OPT_OUT`

0 commit comments

Comments
 (0)