3
3
Note
4
4
5
5
Need to collaborate on your datasets? Check out
6
- [ FiftyOne Teams] ( ../../ teams/index.md#fiftyone-teams ) !
6
+ [ FiftyOne Teams] ( ../teams/index.md#fiftyone-teams ) !
7
7
8
8
## Prerequisites [ ¶] ( \# prerequisites " Permalink to this headline ")
9
9
@@ -50,8 +50,8 @@ If you want to work with video datasets, you’ll also need to install
50
50
## Quickstart [ ¶] ( \# quickstart " Permalink to this headline ")
51
51
52
52
Dive right into FiftyOne by opening a Python shell and running the snippet
53
- below, which downloads a [ small dataset] ( ../../ data/dataset_zoo/datasets.md#dataset-zoo-quickstart ) and
54
- launches the [ FiftyOne App] ( ../../fiftyone_concepts/ app.md#fiftyone-app) so you can explore it!
53
+ below, which downloads a [ small dataset] ( ../data/dataset_zoo/datasets.md#dataset-zoo-quickstart ) and
54
+ launches the [ FiftyOne App] ( app.md#fiftyone-app ) so you can explore it!
55
55
56
56
``` python
57
57
import fiftyone as fo
@@ -64,7 +64,7 @@ session = fo.launch_app(dataset)
64
64
65
65
Note that if you are running this code in a script, you must include
66
66
[ ` session.wait() ` ] ( ../../api/fiftyone.core.session.html#fiftyone.core.session.Session.wait " fiftyone.core.session.Session.wait ") to block execution
67
- until you close the App. See [ this page] ( ../../fiftyone_concepts/ app.md#creating-an-app-session) for
67
+ until you close the App. See [ this page] ( app.md#creating-an-app-session ) for
68
68
more information.
69
69
70
70
## Troubleshooting [ ¶] ( \# troubleshooting " Permalink to this headline ")
@@ -165,8 +165,8 @@ a dataset for the first time in a newer version of FiftyOne.
165
165
Note
166
166
167
167
If you are working with a
168
- [ custom/shared MongoDB database] ( ../../fiftyone_concepts/ config.md#configuring-mongodb-connection) , you
169
- can use [ database admin privileges] ( ../../fiftyone_concepts/ config.md#database-migrations) to control
168
+ [ custom/shared MongoDB database] ( config.md#configuring-mongodb-connection ) , you
169
+ can use [ database admin privileges] ( config.md#database-migrations ) to control
170
170
which clients are allowed to upgrade your FiftyOne deployment.
171
171
172
172
## Downgrading FiftyOne [ ¶] ( \# downgrading-fiftyone " Permalink to this headline ")
@@ -175,7 +175,7 @@ If you need to downgrade to an older version of FiftyOne for any reason, you
175
175
can do so.
176
176
177
177
Since new releases occasionally introduce backwards-incompatible changes to the
178
- data model, you must use the [ fiftyone migrate] ( ../../ cli/index.md#cli-fiftyone-migrate )
178
+ data model, you must use the [ fiftyone migrate] ( ../cli/index.md#cli-fiftyone-migrate )
179
179
command to perform any necessary downward database migrations
180
180
** before installing the older version of FiftyOne** .
181
181
@@ -198,7 +198,7 @@ fiftyone migrate --info
198
198
199
199
If you are reading this after encountering an error resulting from downgrading
200
200
your ` fiftyone ` package without first running
201
- [ fiftyone migrate] ( ../../ cli/index.md#cli-fiftyone-migrate ) , don’t worry, you simply need to
201
+ [ fiftyone migrate] ( ../cli/index.md#cli-fiftyone-migrate ) , don’t worry, you simply need to
202
202
reinstall the newer version of FiftyOne and then follow these instructions.
203
203
204
204
See [ this page] ( troubleshooting.md#troubleshooting-downgrades ) if you need to install
@@ -207,8 +207,8 @@ FiftyOne v0.7.3 or earlier.
207
207
Note
208
208
209
209
If you are working with a
210
- [ custom/shared MongoDB database] ( ../../fiftyone_concepts/ config.md#configuring-mongodb-connection) , you
211
- can use [ database admin privileges] ( ../../fiftyone_concepts/ config.md#database-migrations) to control
210
+ [ custom/shared MongoDB database] ( config.md#configuring-mongodb-connection ) , you
211
+ can use [ database admin privileges] ( config.md#database-migrations ) to control
212
212
which clients are allowed to downgrade your FiftyOne deployment.
213
213
214
214
## Uninstalling FiftyOne [ ¶] ( \# uninstalling-fiftyone " Permalink to this headline ")
0 commit comments