[PR #444] [MERGED] Upload the Object Detection Lab #4615

Closed
opened 2026-04-19 12:33:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/444
Author: @Mjrovai
Created: 9/11/2024
Status: Merged
Merged: 9/11/2024
Merged by: @profvjreddi

Base: 366-labs-raspi-supportHead: 366-labs-raspi-support


📝 Commits (2)

  • 282ab51 Upload the Object Detection Lab
  • a2dbff5 Correct a link and typos

📊 Changes

62 files changed (+1500 additions, -20 deletions)

View changed files

📝 contents/labs/raspi/image_classification/image_classification.qmd (+19 -19)
contents/labs/raspi/object_detection/images/jpeg/cover.jpg (+0 -0)
contents/labs/raspi/object_detection/images/jpeg/obj_app.jpg (+0 -0)
contents/labs/raspi/object_detection/images/jpeg/objxclas.jpg (+0 -0)
contents/labs/raspi/object_detection/images/jpeg/proj_goal.jpg (+0 -0)
contents/labs/raspi/object_detection/images/jpeg/versions.jpg (+0 -0)
contents/labs/raspi/object_detection/images/png/annotation.png (+0 -0)
contents/labs/raspi/object_detection/images/png/app-running.png (+0 -0)
contents/labs/raspi/object_detection/images/png/app.png (+0 -0)
contents/labs/raspi/object_detection/images/png/block.png (+0 -0)
contents/labs/raspi/object_detection/images/png/boulding-boxes.png (+0 -0)
contents/labs/raspi/object_detection/images/png/cap-img.png (+0 -0)
contents/labs/raspi/object_detection/images/png/cat-dog.png (+0 -0)
contents/labs/raspi/object_detection/images/png/create-project-rf.png (+0 -0)
contents/labs/raspi/object_detection/images/png/data-bus.png (+0 -0)
contents/labs/raspi/object_detection/images/png/dataset-struct.png (+0 -0)
contents/labs/raspi/object_detection/images/png/dataset.png (+0 -0)
contents/labs/raspi/object_detection/images/png/dataset_code.png (+0 -0)
contents/labs/raspi/object_detection/images/png/dataset_rf.png (+0 -0)
contents/labs/raspi/object_detection/images/png/deploy-linux.png (+0 -0)

...and 42 more files

📄 Description

Upload the Object Detection Lab .qmd and images

Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.

  1. Content

    • [x ] The chapter content is complete and covers the topic in detail.
    • [x ] All technical terms are well-defined and explained.
    • [x ] Any code snippets or algorithms are well-documented and tested.
    • [x ] The chapter follows a logical flow and structure.
  2. References & Citations

    • [x ] All references are correctly listed at the end of the chapter.
    • [x ] In-text citations are used appropriately and match the references.
    • All figures, tables, and images have proper sources and are cited correctly.
  3. Quarto Website Rendering

    • [x ] The chapter has been locally built and tested using Quarto.
    • [x ] All images, figures, and tables render properly without any glitches.
    • [x ] All images have a source or they are properly linked to external sites.
    • [x ] Any interactive elements or widgets work as intended.
    • [x ] The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

    • [x ] The chapter has been proofread for grammar and spelling errors.
    • [x ] The writing style is consistent with the rest of the book.
    • [x ] Any jargon is clearly explained or avoided where possible.
  5. Collaboration

    • All group members have reviewed and approved the chapter.
    • Any feedback from previous reviews or discussions has been addressed.
  6. Miscellaneous

    • [x ] All external links (if any) are working and lead to the intended destinations.
    • [x ] If datasets or external resources are used, they are properly credited and linked.
    • [x ] Any necessary permissions for reused content have been obtained.
  7. Final Steps

    • [x ] The chapter is pushed to the correct branch on the repository.
    • x[ ] The Pull Request is made with a clear title and description.
    • The Pull Request includes any necessary labels or tags.
    • The Pull Request mentions any stakeholders or reviewers who should take a look.

🔄 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/444 **Author:** [@Mjrovai](https://github.com/Mjrovai) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `366-labs-raspi-support` ← **Head:** `366-labs-raspi-support` --- ### 📝 Commits (2) - [`282ab51`](https://github.com/harvard-edge/cs249r_book/commit/282ab51295fcbb76d8df23c062f6b75e8e51ccf6) Upload the Object Detection Lab - [`a2dbff5`](https://github.com/harvard-edge/cs249r_book/commit/a2dbff5e1db992975ae5d5ced8fbb770d89d86aa) Correct a link and typos ### 📊 Changes **62 files changed** (+1500 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `contents/labs/raspi/image_classification/image_classification.qmd` (+19 -19) ➕ `contents/labs/raspi/object_detection/images/jpeg/cover.jpg` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/jpeg/obj_app.jpg` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/jpeg/objxclas.jpg` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/jpeg/proj_goal.jpg` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/jpeg/versions.jpg` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/annotation.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/app-running.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/app.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/block.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/boulding-boxes.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/cap-img.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/cat-dog.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/create-project-rf.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/data-bus.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/dataset-struct.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/dataset.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/dataset_code.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/dataset_rf.png` (+0 -0) ➕ `contents/labs/raspi/object_detection/images/png/deploy-linux.png` (+0 -0) _...and 42 more files_ </details> ### 📄 Description Upload the Object Detection Lab .qmd and images Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [x ] The chapter content is complete and covers the topic in detail. - [x ] All technical terms are well-defined and explained. - [x ] Any code snippets or algorithms are well-documented and tested. - [x ] The chapter follows a logical flow and structure. 2. **References & Citations** - [x ] All references are correctly listed at the end of the chapter. - [x ] In-text citations are used appropriately and match the references. - [ ] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [x ] The chapter has been locally built and tested using Quarto. - [x ] All images, figures, and tables render properly without any glitches. - [x ] All images have a source or they are properly linked to external sites. - [x ] Any interactive elements or widgets work as intended. - [x ] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [x ] The chapter has been proofread for grammar and spelling errors. - [x ] The writing style is consistent with the rest of the book. - [x ] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [ ] All group members have reviewed and approved the chapter. - [ ] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [x ] All external links (if any) are working and lead to the intended destinations. - [x ] If datasets or external resources are used, they are properly credited and linked. - [x ] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [x ] The chapter is pushed to the correct branch on the repository. - x[ ] The Pull Request is made with a clear title and description. - [ ] The Pull Request includes any necessary labels or tags. - [ ] The Pull Request mentions any stakeholders or reviewers who should take a look. --- <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-04-19 12:33:02 -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#4615