[PR #803] [MERGED] Labs review - Nicla - Object Detection #938

Closed
opened 2026-03-22 15:55:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/803
Author: @Mjrovai
Created: 4/10/2025
Status: Merged
Merged: 4/11/2025
Merged by: @profvjreddi

Base: devHead: Labs-Review


📝 Commits (5)

📊 Changes

18 files changed (+137 additions, -83 deletions)

View changed files

contents/labs/arduino/nicla_vision/object_detection/images/png/0-setup.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/1-data.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/10-live.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/11-od.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/12-deploy.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/13-inf.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/2-data.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/3-labeling-data.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/4-labeling-data.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/5-impulse.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/6-pp.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/7-fomo.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/8-train.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/9-live.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/image-20250410121259815.png (+0 -0)
contents/labs/arduino/nicla_vision/object_detection/images/png/image-20250410123417108.png (+0 -0)
📝 contents/labs/arduino/nicla_vision/object_detection/object_detection.qmd (+127 -73)
📝 contents/labs/arduino/nicla_vision/setup/setup.qmd (+10 -10)

📄 Description

Before submitting your Pull Request, please review and complete the items on this checklist.

  • [x ] The text has been proofread for grammar and spelling errors.
  • [ x] All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • [ x] The chapter's formatting is consistent with the rest of the book.
  • [ x] The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/803 **Author:** [@Mjrovai](https://github.com/Mjrovai) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `Labs-Review` --- ### 📝 Commits (5) - [`117a2ac`](https://github.com/harvard-edge/cs249r_book/commit/117a2acde99daf8bf447e449a86b6f93a227b18f) Updating object detection - [`87eee14`](https://github.com/harvard-edge/cs249r_book/commit/87eee140fc0059efc366f6b1a9172838366a8cd0) updating images - [`0d64fd8`](https://github.com/harvard-edge/cs249r_book/commit/0d64fd8f3b91b0114dd71154113b907c7b25f33a) deleting typo - [`20f6c3d`](https://github.com/harvard-edge/cs249r_book/commit/20f6c3d46b459a3baa31c8e254bfe8b47cbef11e) Merge branch 'harvard-edge:dev' into Labs-Review - [`7d04ea0`](https://github.com/harvard-edge/cs249r_book/commit/7d04ea014ce31da7416701b76efaef2e6d32fcde) uploading image ### 📊 Changes **18 files changed** (+137 additions, -83 deletions) <details> <summary>View changed files</summary> ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/0-setup.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/1-data.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/10-live.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/11-od.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/12-deploy.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/13-inf.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/2-data.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/3-labeling-data.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/4-labeling-data.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/5-impulse.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/6-pp.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/7-fomo.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/8-train.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/9-live.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/image-20250410121259815.png` (+0 -0) ➕ `contents/labs/arduino/nicla_vision/object_detection/images/png/image-20250410123417108.png` (+0 -0) 📝 `contents/labs/arduino/nicla_vision/object_detection/object_detection.qmd` (+127 -73) 📝 `contents/labs/arduino/nicla_vision/setup/setup.qmd` (+10 -10) </details> ### 📄 Description Before submitting your Pull Request, please review and complete the items on this checklist. - [x ] The text has been proofread for grammar and spelling errors. - [ x] All images, figures, and tables render properly without any glitches. - [ ] All images have a source or they are properly linked to external sites. - [ x] The chapter's formatting is consistent with the rest of the book. - [ x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 15:55:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#938