Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Visualizer in docs and PR Recommendations #346

Merged
merged 3 commits into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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