Skip to content

Commit

Permalink
Bounding boxes example (#312)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
sfmig and niksirbi authored Dec 6, 2024
1 parent e0cdf8e commit 1387cc1
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user_guide/input_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Here is an example of how you can save a bounding boxes dataset to a .csv file:

```python
# define name for output csv file
file = 'tracking_output.csv"
filepath = "tracking_output.csv"

# open the csv file in write mode
with open(filepath, mode="w", newline="") as file:
Expand Down
Loading

0 comments on commit 1387cc1

Please sign in to comment.