Train Object Detection Models For Android – Java & Kotlin

  • 169
  • 0
  • 0
  • 0
wolves-头像
Train Object Detection Models For Android – Java & Kotlin
收藏
  • Train Object Detection Models For Android – Java & Kotlin-缩略图
  • 举报
  • 点赞
  • 0
  • 分享

素材介绍

Train Object Detection Models For Android – Java & Kotlin

Published 5/2024

MP4 | Video: h264, 1920×1080 | Audio: AAC, 44.1 KHz

Language: English | Size: 6.74 GB | Duration: 8h 11m



The 2024 Guide to Train Custom Object Detection Models with Tensorflow Lite and build Android Apps with Java & Kotlin



What you’ll learn

Train Object Detection Models from Scratch and Convert them to Tensorflow Lite Format

Use Your Own Trained Object Detection Models in Android (Java / Kotlin) with both Images and Videos

Learn to Collect and Annotate Datasets for Training Object Detection Models

Learn basics of Object Detection ,its applications and Machine Learning for Training Machine Learning Models for Mobile Devices

Learn to use SSD EfficientDet Models in Android (Java / Kotlin) for Object Detection

Learn to use SSD MobileNet Models in Android (Java / Kotlin) for Object Detection

Learn use of YOLO Models in Android (Java / Kotlin) for Object Detection



Requirements

No Machine Learning Knowledge Needed

Having some basic knowledge of Android App development will be a plus



Description

Welcome to the Android app development course focused on custom object detection models using Kotlin and Java.In this course, you will learn to:Train custom object detection models for Android using Kotlin and Java.Implement these models in Android apps to process images and live camera footage.Utilize existing object detection models like YOLO, EfficientDet, and MobileNet within Android apps.The Android app development section covers both Kotlin and Java programming languages.By the end of this course, you will be able to:Collect and annotate datasets for training object detection models.Train models on custom datasets for Android using TensorFlow.Convert models to TensorFlow Lite format for mobile use.Integrate these models into Android apps with image and real-time camera detection.Utilize existing models like YOLO , SSD EfficientDet, and SSD MobileNet in Android apps.Resources included:Ready-to-use Android (Kotlin/Java) application codes.Customization guides for integrating your object detection models.Examples of using existing object detection models in Android apps.Object Detection Applications:Video surveillanceCrowd countingAnomaly detection in industriesSelf-driving carsFor iOS developers:While the course also covers training object detection models for iOS, the focus is on Android app development using Kotlin and Java. Integration of these models into iOS apps is not included.Course highlights:Data collection and annotation: Learn to gather and label datasets for training custom object detection modelsModel training: Train object detection models with TensorFlow.Model conversion: Convert trained models to TensorFlow Lite.Android app development: Build apps using Kotlin and Java that can process images and live camera feeds.Using existing models: Implement popular object detection models in your Android apps.Sign up today to access:HD 1080p video content.Training custom object detection models for Mobile Apps.Comprehensive Android app development using Kotlin and Java.Source codes worth over $1000 for Android applications.A 30-day money-back guarantee from Udemy.Who this course is for:Anyone who wants to train object detection models for Android App Development (Java/Kotlin)Anyone who wants to use object detection models in Android App Development (Java/Kotlin) with images and live camera footageBeginner Android developer with very little knowledge of android app developmentAn Intermediate Android app developer wanted to build a powerful Machine Learning-based application for Android (Java/Kotlin)Experienced Android (Java/Kotlin) app developers wanted to use Machine Learning models inside their applications.Machine Learning experts want to use their object detection models in Android App Development (Java/Kotlin)Click the “buy now” button and join the best course on object detection for Android app development using Kotlin and Java!



Overview

Section 1: Introduction



Lecture 1 Train Object Detection Models for Android – Java & Kotlin



Lecture 2 Object Detection & Applications Introduction



Lecture 3 How an Object Detection Model is Trained



Section 2: Dataset Collection and Annotation for Object Detection Model Training



Lecture 4 What is Data Collection



Lecture 5 Collecting dataset for training Object Detection model for Android



Lecture 6 Exploring dataset and managing it for Android object detection model training



Lecture 7 What is Data Annotation



Lecture 8 Exploring Data Annotation Tool and Uploading data



Lecture 9 Annotating dataset for training object detection model for Android



Lecture 10 Adding Annotated Images in Dataset and Correcting Classes



Lecture 11 Appling Data Augmentation and Exporting Dataset



Lecture 12 Checking Health of Dataset before Model Training



Section 3: Training Custom Object Detection models for Android Apps



Lecture 13 Model Training Notebook and Uploading Dataset



Lecture 14 Training Object Detection models Section Introduction



Lecture 15 Importing Libraries and Loading Annotated Dataset



Lecture 16 Google Colab Introduction



Lecture 17 Exploring & Managing Downloaded Datasets



Lecture 18 Change Structure of Annotated dataset for model training



Lecture 19 Training Custom Object Detection Model



Lecture 20 Object Detection Model Evaluation Basics



Lecture 21 Testing Our Custom Object Detection Model



Lecture 22 Tensorflow Lite Introduction



Lecture 23 Converting Object Detection Model Into Tensorflow Lite



Lecture 24 Improving Object Detection Models



Section 4: Java: Choose or Capture Images in Android



Lecture 25 Creating new Android Studio Java Project



Lecture 26 Capturing Images using Camera inside our Android Java Application



Lecture 27 Choosing Images from Gallery inside our Android Java Application



Lecture 28 Overview



Section 5: Kotlin: Choose or Capture Images in Android



Lecture 29 Creating new Android Studio Kotlin Project



Lecture 30 Capturing Images using Camera inside our Android Kotlin Application



Lecture 31 Choosing Images from Gallery inside our Android Kotlin Application



Lecture 32 Overview



Section 6: Java: Object Detection with Images for Android App Development



Lecture 33 Importing Starter Android Application Code for Object Detection With Images



Lecture 34 Adding libraries for Performing Object Detection in Android



Lecture 35 Loading Object Detection Models in Android Java App



Lecture 36 Passing Input Images to Object Detection Models and Getting Outputs in Android



Lecture 37 Getting Names, Confidence and Location of Detected Object In Android



Lecture 38 Drawing Rectangles Around Detected Objects In Android



Lecture 39 Drawing Names Of Detected Object On Images in Android



Lecture 40 Object Detection With Images Android Overview



Section 7: Kotlin: Object Detection with Images for Android App Development



Lecture 41 Importing Starter Android Kotlin App Code for Object Detection With Images



Lecture 42 Adding libraries for Performing Object Detection in Android Kotlin App



Lecture 43 Loading Object Detection Models in Android Kotlin App



Lecture 44 Passing Input Images to Object Detection Models and Getting Outputs in Android



Lecture 45 Getting Names, Confidence and Location of Detected Object In Android



Lecture 46 Drawing Rectangles Around Detected Objects In Android



Lecture 47 Drawing Names Of Detected Object On Images in Android Kotlin App



Lecture 48 Making Text and Rectangle Size Dynamic in Android Kotlin App



Lecture 49 Handling Rotation Of Camera Images In Android Kotlin Apps



Lecture 50 Object Detection With Images in Android Overview



Section 8: Java: Object Detection with Live Camera Footage in Android



Lecture 51 Setting up the Android Studio project



Lecture 52 Real Time Object Detection Android Application Demo



Lecture 53 Displaying live camera footage inside Android App



Lecture 54 Getting frames of live camera footage as bitmaps in Android



Lecture 55 Performing object detection in Android with Live Camera Footage



Lecture 56 Drawing Rectangles Around Detected Objects In Android



Section 9: Kotlin: Real Time Object Detection in Android



Lecture 57 Setting up the Android Studio project



Lecture 58 Real Time Object Detection Android Kotlin Application Demo



Lecture 59 Displaying live camera footage inside Android Kotlin App



Lecture 60 Getting frames of live camera footage as bitmaps in Android Kotlin



Lecture 61 Performing object detection with frames of live camera footage in Android



Lecture 62 Drawing Rectangles Around Detected Objects in Realtime in Android Kotlin Apps



Section 10: Java: EfficientDet Models for Object Detection in Android App Development



Lecture 63 EfficientDet Models Introduction



Lecture 64 Using EfficientDet Models with Images in Android



Lecture 65 Testing EfficientDet Models with Images in Android



Lecture 66 Using Other EfficientDet Models with Images in Android



Lecture 67 Using EfficientDet Models with Live Camera Footage in Android



Lecture 68 Testing EfficientDet model with live camera footage in Android



Section 11: Kotlin: EfficientDet Models for Object Detection in Android App Development



Lecture 69 EfficientDet Models Introduction



Lecture 70 Using EfficientDet Models with Images in Android Kotlin Apps



Lecture 71 Testing EfficientDet Models with Images in Android Kotlin Apps



Lecture 72 Using Other EfficientDet Models with Images in Android Kotlin Apps



Lecture 73 Using EfficientDet Models with Live Camera Footage in Android Kotlin Apps



Lecture 74 Testing EfficientDet Lite0 model with live camera footage in Android Kotlin Apps



Section 12: Java: SSD MobileNet Models for Object Detection in Android Apps



Lecture 75 SSD MobileNet Model Introduction



Lecture 76 Using SSD MobileNet V1 model with Images in Android



Lecture 77 Using SSD MobileNet V3 model with Images in Android



Lecture 78 OD Images Android Application Code Explanation



Lecture 79 How an object detection model works in Android (Classifier Class)



Lecture 80 Using SSD MobileNet V1 model with live camera footage in Android



Lecture 81 Testing SSD MobileNet V1 model with live camera footage in Android



Lecture 82 Using SSD MobileNet V3 model with live camera footage in Android



Lecture 83 Testing SSD MobileNet V3 model with live camera footage in Android



Lecture 84 Handling SSD MobileNet Models with live camera footage in Android



Section 13: Kotlin: SSD MobileNet Models in Android for Object Detection



Lecture 85 Object Detection in Android With SSD MobileNet Model Introduction



Lecture 86 SSD MobileNet Model with images for Object Detection in Android Kotlin Apps



Lecture 87 What we have done so far!



Lecture 88 Using SSD MobileNet V3 model with Images in Android Kotlin for Object Detection



Lecture 89 How an Object Detection Model Works (Classifier Class) in Android Kotlin App



Lecture 90 Using SSD MobileNet V1 model with live camera footage in Android Kotlin App



Lecture 91 Testing SSD MobileNet V1 model with live camera footage in Android



Lecture 92 Using SSD MobileNet V3 model with live camera footage in Android Kotlin App



Lecture 93 Testing SSD MobileNet V3 model with live camera footage in Android



Lecture 94 Handling SSD MobileNet Models with live camera footage in Android Kotlin



Section 14: Using YOLO models for Object Detection in Android App Development



Lecture 95 YOLO Models Section Introduction



Lecture 96 Using YOLO V4 with live camera footage in Android



Lecture 97 Handling YOLO V4 Models with live camera footage in Android



Lecture 98 Use your custom trained YOLO model with Live Camera Footage in Android



Lecture 99 Loading YOLO model in Android



Lecture 100 Passing Input Image to the YOLO model and getting output from model in Android



Lecture 101 Non-maximum Suppression (NMS) in Android



Lecture 102 Using YOLO V4 model with Images in Android



Lecture 103 Using your custom YOLO V4 model with Images in Android



Lecture 104 How to handle YOLO Models With Images in Android



Anyone who wants to train custom Object Detection models and build Android applications,Beginner Android Developers Looking to build Machine Learning Powered Smart Android Apps,Intermediate Android Developers looking to train powerful Object Detection Models and Deploy them in Android,Android Professional looking to build NexGen Android Apps,Student who want to use existing object detection models (YOLO, EfficientDet, MobileNet) in Android Apps



wolves-头像
  • 166
  • 11816064
  • 77组电影外观Log/Rec709视频还原色彩分级调色Lut预设包Pixflow – Colorify Cinematic LUTs
    77组电影外观Log/Rec709视频还原色彩分级调色Lut预设包Pixflow – Colorify Cinematic LUTs
    • 38
    • 0
    • 0
    • 0
  • 复古怀旧电影风格温暖色调索尼Sony S-Log3视频调色LUT预设ROMAN HENSE – LUTs 24 for Sony S-Log3
    复古怀旧电影风格温暖色调索尼Sony S-Log3视频调色LUT预设ROMAN HENSE – LUTs 24 for Sony S-Log3
    • 49
    • 0
    • 0
    • 0
  • JUAN MELARA – P6K2Alexa PowerGrade AND LUTs V2 GEN 5
    JUAN MELARA – P6K2Alexa PowerGrade AND LUTs V2 GEN 5
    • 38
    • 0
    • 0
    • 0

评论(0)

  • 热评
  • 所有评论
还没有评论哦~
还没有评论哦~

关键词

  • Train-Object
  • Detection-Models
  • Android
  • Java
  • Kotlin
  • 近期更新
  • 热评推荐
  • 热门点击
77组电影外观Log/Rec709视频还原色彩分级调色Lut预设包Pixflow – Colorify Cinematic LUTs

77组电影外观Log/Rec709视频还原色彩分级调色Lut预设包Pixflow – Colorify Cinematic LUTs

2025-02-13 11:03:14

复古怀旧电影风格温暖色调索尼Sony S-Log3视频调色LUT预设ROMAN HENSE – LUTs 24 for Sony S-Log3

复古怀旧电影风格温暖色调索尼Sony S-Log3视频调色LUT预设ROMAN HENSE – LUTs 24 for Sony S-Log3

2025-02-13 11:01:09

JUAN MELARA – P6K2Alexa PowerGrade AND LUTs V2 GEN 5

JUAN MELARA – P6K2Alexa PowerGrade AND LUTs V2 GEN 5

2025-02-13 10:58:24

469组终极照片调色LR预设视频LUT调色预设合集包 TheLutBay – The Ultimate Bundle

469组终极照片调色LR预设视频LUT调色预设合集包 TheLutBay – The Ultimate Bundle

2025-02-13 10:56:32

诺兰《奥本海默》紧迫感幽闭恐惧症高级复古电影胶片风深黑色调后期色彩分级LUT预设 Tropic Colour – OPPENHEIMER LOOKS

诺兰《奥本海默》紧迫感幽闭恐惧症高级复古电影胶片风深黑色调后期色彩分级LUT预设 Tropic Colour – OPPENHEIMER LOOKS

2025-02-13 10:53:58

3DsMax建模插件集合:rapidTools v1.14+使用教程

3DsMax建模插件集合:rapidTools v1.14+使用教程

2020-07-06 17:44:38

Proko-人体解剖高级付费版(中文字幕)256课

Proko-人体解剖高级付费版(中文字幕)256课

2020-12-21 18:34:01

VitaliStore - All Design Bundle Papercraft Sculptures Design 动物纸模模型 纸模型雕塑设计

VitaliStore - All Design Bundle Papercraft Sculptures Design 动物纸模模型 纸模型雕塑设计

2020-07-21 17:18:14

小武拉莫日系摄影后期第二期中文视频教程

小武拉莫日系摄影后期第二期中文视频教程

2021-12-10 14:26:14

Mod Portfolio 3477506 画册模板 时尚杂志画册模版

Mod Portfolio 3477506 画册模板 时尚杂志画册模版

2020-07-13 10:43:06

小武拉莫日系摄影后期第二期中文视频教程

小武拉莫日系摄影后期第二期中文视频教程

2021-12-10 14:26:14

VitaliStore - All Design Bundle Papercraft Sculptures Design 动物纸模模型 纸模型雕塑设计

VitaliStore - All Design Bundle Papercraft Sculptures Design 动物纸模模型 纸模型雕塑设计

2020-07-21 17:18:14

MasterClass 大师班课程84套合集+中文字幕+持续更新+赠品会员

MasterClass 大师班课程84套合集+中文字幕+持续更新+赠品会员

2021-01-26 16:03:27

加特林机枪模型 加特林机关枪 Minigun Hi-Poly

加特林机枪模型 加特林机关枪 Minigun Hi-Poly

2019-07-31 11:06:07

日月星辰矢量图 星辰插画 星座矢量插画 宇宙空间矢量素材 Space set 3760063

日月星辰矢量图 星辰插画 星座矢量插画 宇宙空间矢量素材 Space set 3760063

2019-08-12 15:38:06

标签云

  • Train-Object
  • Detection-Models
  • Android
  • Java
  • Kotlin

相关资源/猜你喜欢