From 449153a55648d70c5ea1c5a94dddbd140b5e3831 Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Mon, 12 Jun 2023 23:10:41 +0200 Subject: [PATCH] Train my own data - FAQ (#36) --- docs/FAQs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/FAQs.md b/docs/FAQs.md index 5949195..f8d3b0b 100644 --- a/docs/FAQs.md +++ b/docs/FAQs.md @@ -83,3 +83,10 @@ Absolute change: the difference is > 1 RateChange: the difference is > 1 / 5 +# Train on my own images + +Look at [Learn models with your own images](https://jomjol.github.io/AI-on-the-edge-device-docs/Learn-models-with-your-own-images/) + +and + +[Cookbook running the jupyter notebook with my own data](https://github.com/haverland/Tenth-of-step-of-a-meter-digit/wiki/Cookbook-running-the-jupyter-notebook-with-my-own-data).