forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (40 loc) · 1.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: splash
author_profile: false
title: Home
main:
- image_path: /assets/images/logo_500x500.png
alt: "edgenoon.ai logo"
title: "edgenoon.ai"
excerpt: 'This blog is a result of our coopertive work. We want to improve and share our skills. We are Poznań University of Technology students interested in Machine Learning and Computer Vision. We would like to develop and deploy solutions on embedded systems and make edge AI devices.'
cats:
- image_path: assets/images/edge.jpg
alt: "edge image - jetson nano"
image_caption: "NVIDIA Jetson Nano"
title: "Edge devices"
excerpt: "Part dedicated to small devices starting on general embedded systems and ending on edge AI devices. We want to try and compare different embedded system."
url: "edge-devices"
btn_label: "Read More"
btn_class: "btn--primary"
- image_path: /assets/images/ros.jpg
alt: "ros image"
image_caption: "Occupancy grid map and robot path"
title: "Robot Operating System"
excerpt: "Section describes use cases in the context of robotics, autonomous machines and drones. We show solutions of problems which we encountered during our work."
url: "robot-operating-system"
btn_label: "Read More"
btn_class: "btn--primary"
- image_path: /assets/images/sp.jpg
alt: "signal processing image - image localization"
image_caption: "Result of YoloV3 model"
title: "Signal processing"
excerpt: "Blog part which mainly show possiblity of Computer Vision as one of the most interesting topic of signal processing. It include methods' implementations and benchmarks."
url: "signal-processing"
btn_label: "Read More"
btn_class: "btn--primary"
---
{% include feature_row id="main" type="left" %}
<h1>Categories</h1>
{% include feature_row id="cats" %}
<h1>About us</h1>
{% include us %}