Skip to content

Commit

Permalink
Update Visualizer in docs and PR Recommendations (#346)
Browse files Browse the repository at this point in the history
* Update Visualizer in docs

* Use Visualizer in yolort Intuition

* Update Pull Request Recommendations
  • Loading branch information
zhiqwang committed Mar 8, 2022
1 parent 3a8f5ed commit b321ad0
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 236 deletions.
7 changes: 5 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,11 @@ If all previous checks (flake8, mypy, unit tests) are passing, please send a PR.
```bash
git remote add upstream https://github.com/zhiqwang/yolov5-rt-stack.git
git fetch upstream
git checkout feature # <----- replace 'feature' with local branch name
git merge upstream/main
git rebase upstream/main
git checkout -b feature # <--- REPLACE 'feature' WITH YOUR LOCAL BRANCH NAME
# ADD YOUR PROPOSED CHANGES HERE
git add .
git commit -m "YOUR REVISION MESSAGE"
git push origin feature
```

Expand Down
123 changes: 58 additions & 65 deletions notebooks/inference-pytorch-export-libtorch.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit b321ad0

Please sign in to comment.