Skip to content

Commit

Permalink
Add anchor / target assignment visualization notebook (#116)
Browse files Browse the repository at this point in the history
* Cleanup training samples visualization

* Add anchor assignment visualization notebooks

* Update anchor target assignment notebooks

* Remove training samples notebooks

* Update notebooks in docs

* Revert changes in image_utils.py
  • Loading branch information
zhiqwang authored Jul 1, 2021
1 parent dbc1c72 commit 82d6afb
Show file tree
Hide file tree
Showing 9 changed files with 478 additions and 209 deletions.
9 changes: 5 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ and with modules refactoring to make it available in deployment backends such as
installation

.. toctree::
:maxdepth: 2
:maxdepth: 3
:caption: Examples:

notebooks/load_model_as_ultralytics
notebooks/visualize_jit_models
notebooks/how_to_align_with_ultralytics_yolov5
notebooks/model_graph_visualization
notebooks/anchor_label_assignment_visualization

.. toctree::
:maxdepth: 2
:maxdepth: 3
:caption: Deployment:

notebooks/inference_pytorch_export_libtorch
Expand Down
2 changes: 2 additions & 0 deletions docs/source/notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# notebook exceptions
!*.ipynb
1 change: 0 additions & 1 deletion docs/source/notebooks/load_model_as_ultralytics.ipynb

This file was deleted.

1 change: 1 addition & 0 deletions docs/source/notebooks/model_graph_visualization.ipynb
1 change: 0 additions & 1 deletion docs/source/notebooks/visualize_jit_models.ipynb

This file was deleted.

468 changes: 468 additions & 0 deletions notebooks/anchor-label-assignment-visualization.ipynb

Large diffs are not rendered by default.

203 changes: 0 additions & 203 deletions notebooks/training-samples-visualization.ipynb

This file was deleted.

0 comments on commit 82d6afb

Please sign in to comment.