Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebookresearch/detectron2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Roboticia/detectron2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 28, 2020

  1. tuto

    jjehl committed Mar 28, 2020
    Copy the full SHA
    f548510 View commit details
  2. tuto

    jjehl committed Mar 28, 2020
    Copy the full SHA
    e97684c View commit details
  3. new tuto

    jjehl committed Mar 28, 2020
    Copy the full SHA
    94767cc View commit details
Showing with 37,228 additions and 1 deletion.
  1. +1 −1 .gitignore
  2. +1,593 −0 tutorial_ext/train_coco_annotator.ipynb
  3. +34 −0 tutorial_ext/train_custom_key_points.ipynb
  4. +35,600 −0 tutorial_ext/visualizer_basic.ipynb
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ wheels/
*.npy

# ipython/jupyter notebooks
*.ipynb
#*.ipynb
**/.ipynb_checkpoints/

# Editor temporaries
Loading