Skip to content

Commit 42dcb96

Browse files
committed
Merge branch 'main' of github.com:KasunThushara/Tutorial-of-AI-Kit-with-Raspberry-Pi-From-Zero-to-Hero
2 parents 2376d77 + 457e6ee commit 42dcb96

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ This course is designed to teach you how to harness the power of AI on the Raspb
4646

4747
| Raspberry Pi 5 Starter Kit |
4848
| :----------------------------------------------------------------------------------------------------------------: |
49-
| ![Raspberry Pi AI Kit](https://media-cdn.seeedstudio.com/media/catalog/product/i/m/image_2_1.png) |
49+
| ![Raspberry Pi AI Kit](./pictures/README/pi5_start_kit.png) |
5050
| [**Purchase Now**](https://www.seeedstudio.com/Raspberry-Pi5-8GB-Kit-p-6254.html?utm_source=PiAICourse&utm_medium=github&utm_campaign=Course) |
5151

5252

5353

54+
5455
### For AIoT objects
5556

5657

articles/Chapter_5-Custom_Model_Development_and_Deployment/Convert_Your_Model.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"source": [
2222
"# Step 1: Prepare your environment on your host computer\n",
2323
"\n",
24-
"**Note: This part of code run on your host computer**\n",
24+
"**📌 Note:This part of code run on your linux host computer with python3.10**\n",
2525
"\n",
2626
"The Jupyter Notebook right up have a button like ![select kernel](../../pictures/Chapter5/select_kernel.png), then you choose ```Select Another Kernel```, and choose ```Python Environments```, then choose ```Creat Python Environment``` and choose ```Venv```, then choose ```python3.10```."
2727
]
@@ -82,7 +82,7 @@
8282
"source": [
8383
"# Download hailo model zoo to convert onnx model\n",
8484
"try:\n",
85-
" ! git clone https://github.com/hailo-ai/hailo_model_zoo.git\n",
85+
" ! git clone https://github.com/LJ-Hao/hailo_model_zoo.git\n",
8686
"except Exception as e:\n",
8787
" print(f'install error: {e}')"
8888
]

articles/Chapter_5-Custom_Model_Development_and_Deployment/Deploy_Your_Model.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@
395395
"# Step 3: Run your model\n"
396396
]
397397
},
398+
{
399+
"cell_type": "markdown",
400+
"metadata": {},
401+
"source": [
402+
"📌 Note: If you meet error like `max_desc_page_size given 16384 is bigger than hw max desc page size 4096` please check this [link](https://community.hailo.ai/t/hailort-error-check-failed-max-desc-page-size-given-16384-is-bigger-than-hw-max-desc-page-size-4096/3690)"
403+
]
404+
},
398405
{
399406
"cell_type": "code",
400407
"execution_count": 7,

articles/Chapter_5-Custom_Model_Development_and_Deployment/Training_Your_Model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"# Step 1: Prepare you environment on your host computer\n",
1919
"\n",
20-
"**Note:This part of code run on your host computer**\n",
20+
"**📌 Note::This part of code run on your linux host computer with python3.10**\n",
2121
"\n",
2222
"The Jupyter Notebook right up have a button like ![select kernel](../../pictures/Chapter5/select_kernel.png), then you choose ```Select Another Kernel```, and choose ```Python Environments```, then choose ```Creat Python Environment``` and choose ```Venv```, then choose ```python3.10```."
2323
]

0 commit comments

Comments
 (0)