Skip to content

Commit 1387cc1

Browse files
sfmigniksirbi
andauthored
Bounding boxes example (#312)
* exploring predictions vs ground-truth * Draft * Sherlock example * Draft example for MOCA clip * Add reindex and interpolate example * Remove multi crabs example * Fix sherlock example * Remove sherlock example * Fix moca clip centroid vs top left corner * Add plot to reindexing example and rename * Format for example and rename * Fix to input/output snippet * Make figure sizes decent * Select thumbnail * Apply suggestions from code review Co-authored-by: Niko Sirmpilatze <[email protected]> * Reduce number of demo frames showed at the start * Rename last section * Change title and tagline * Add plots to check data imputation (rather than printing) and make colors consistent with the rest of the notebook. * Change numpy-style indexing to sel when looping thru video frames in first plot * Replace empty by missing * Fix text cell * Fix one sonarcloud issue * Add tight_layout * Fix missing last timestep --------- Co-authored-by: Niko Sirmpilatze <[email protected]>
1 parent e0cdf8e commit 1387cc1

File tree

2 files changed

+398
-1
lines changed

2 files changed

+398
-1
lines changed

docs/source/user_guide/input_output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Here is an example of how you can save a bounding boxes dataset to a .csv file:
238238

239239
```python
240240
# define name for output csv file
241-
file = 'tracking_output.csv"
241+
filepath = "tracking_output.csv"
242242

243243
# open the csv file in write mode
244244
with open(filepath, mode="w", newline="") as file:

0 commit comments

Comments
 (0)