Accessing the saved annotations

Hello all,

My team and I were wondering if anyone might be of help to us. We are wondering if there is a way to access/reopen the saved annotations after we have closed out of our browser. Right now, it seems that when we reopen our browser, we can see the number of annotations that we have gone through, but we can't access them.

Any suggestions?

Hi! Datasets in Prodigy are append-only by design, so you'll never lose a datapoint you collected by modifying it in place. But you can always load your collected annotations back into Prodigy by loading from an existing dataset instead of a file. See here: https://prodi.gy/docs/api-loaders#datasets Alternatively, you can also export your annotations using db-out and load them back in from a file.

Prodigy's input and output formats are the same, so you'll see the existing annotations and are able to correct them if needed. Make sure to save the results to a new dataset, so you don't end up with conflicts – and if you make a mistake, you can always go back to the previous state.