Skip to content

Commit

Permalink
Merge pull request #239 from dtischler/main
Browse files Browse the repository at this point in the history
Pipeline mmWave
  • Loading branch information
dtischler authored May 19, 2023
2 parents 289a7a4 + 8f377b4 commit 03191d7
Show file tree
Hide file tree
Showing 209 changed files with 2,092 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions .gitbook/assets/ai-pipeline-inspection-mmwave/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php
session_start();
$Page=0;
?>
<!DOCTYPE html>
<html>
<head>
<title>Please return to the homepage :) </title>

<?php include_once $_SERVER['DOCUMENT_ROOT']."/includes/head-start.php"?>

<style>

<?php include_once $_SERVER['DOCUMENT_ROOT']."/includes/header-style.php"?>

html{background-color:#eb2e00;}
.divider-p{width:100%;text-align:center;color:white;background-color:transparent;font-family: 'Roboto Slab', serif;font-size:20px;}
</style>

</head>

<body>

<?php ini_set('display_errors',1);?>
<?php include_once $_SERVER['DOCUMENT_ROOT']."/includes/header-body.php"?>

<div class="divider" style="height:40px;top:40px;background-color:#1a53ff;"><p class="divider-p">Please return to the home page :) </p></div>

</body>
</html>

1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@
* [Liquid Classification with TinyML](liquid-classification-tinyml.md)
* [Edge Impulse API Usage Sample Application - Jetson Nano Trainer](api-sample-application-jetson-nano.md)
* [Object Detection and Visualization with the Seeed Studio Grove Vision AI Module](object-detection-ubidots-seeed-grove-ai.md)
* [AI-Assisted Pipeline Diagnostics and Inspection with mmWave Radar](ai-pipeline-inspection-mmwave.md)
2,060 changes: 2,060 additions & 0 deletions ai-pipeline-inspection-mmwave.md

Large diffs are not rendered by default.

0 comments on commit 03191d7

Please sign in to comment.