-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
592 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#! /bin/bash | ||
python3 -m venv venv | ||
source venv/bin/activate | ||
pip install -r requirements_example.txt |
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
opencv-python>=4.1.0.25 | ||
notebook==7.0.4 | ||
bbox-visualizer==0.1.0 | ||
matplotlib==3.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
# Initialize example bbox-visualizer | ||
|
||
Your machine use system operation Ubuntu/Pop_OS!: | ||
|
||
Execute next steps: | ||
|
||
```bash | ||
|
||
cd examples | ||
|
||
``` | ||
|
||
Run script to preparate environmet: | ||
|
||
```bash | ||
|
||
bash env_examples.sh | ||
|
||
``` |
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.