Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumikchow committed Jan 4, 2024
2 parents d0a1a3d + 15e3f7f commit 73094b2
Show file tree
Hide file tree
Showing 7 changed files with 592 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/env_examples.sh
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.
260 changes: 260 additions & 0 deletions examples/multiple_objects_example.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions examples/requirements_example.txt
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
20 changes: 20 additions & 0 deletions examples/simple_example.md
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.
304 changes: 304 additions & 0 deletions examples/single_object_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 73094b2

Please # to comment.