Fix urls to use new domain
This commit is contained in:
16
index.html
16
index.html
@@ -183,9 +183,7 @@
|
|||||||
Finally I've thoroughly enjoyed writing in Rust, mainly the
|
Finally I've thoroughly enjoyed writing in Rust, mainly the
|
||||||
efficiency, ease of use and correctness that come from using this
|
efficiency, ease of use and correctness that come from using this
|
||||||
programming language. One example was in the
|
programming language. One example was in the
|
||||||
<a href="https://vato.ddns.net/gitlab/vato007/coster-rs"
|
<a href="gitlab/vato007/coster-rs">FastCoster</a>
|
||||||
>FastCoster</a
|
|
||||||
>
|
|
||||||
project, where I reduced the time taken for processing some demo data
|
project, where I reduced the time taken for processing some demo data
|
||||||
on the costing product from ~1.5 hours to ~7 seconds on a
|
on the costing product from ~1.5 hours to ~7 seconds on a
|
||||||
laptop/desktop, or ~36 seconds on a smartphone. This was mainly due to
|
laptop/desktop, or ~36 seconds on a smartphone. This was mainly due to
|
||||||
@@ -195,7 +193,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<hgroup id="picar">
|
<hgroup id="picar">
|
||||||
<h3>PiCar</h3>
|
<h3>PiCar</h3>
|
||||||
<a href="https://vato.ddns.net/gitlab/vato007/picar">Source</a>
|
<a href="gitlab/vato007/picar">Source</a>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<p>
|
<p>
|
||||||
This project originally involved communication between a Raspberry Pi
|
This project originally involved communication between a Raspberry Pi
|
||||||
@@ -214,9 +212,7 @@
|
|||||||
Depth Prediction: Using the Pi's camera and an Intel Neural Compute
|
Depth Prediction: Using the Pi's camera and an Intel Neural Compute
|
||||||
Stick (NCS), the Pi could process camera data and use a custom
|
Stick (NCS), the Pi could process camera data and use a custom
|
||||||
implementation of the
|
implementation of the
|
||||||
<a href="https://vato.ddns.net/gitlab/vato007/fast-depth-tf"
|
<a href="gitlab/vato007/fast-depth-tf">FastDepth</a>
|
||||||
>FastDepth</a
|
|
||||||
>
|
|
||||||
Neural Network to add 3D sensing capabilities.
|
Neural Network to add 3D sensing capabilities.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -228,9 +224,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<hgroup id="depthprediction">
|
<hgroup id="depthprediction">
|
||||||
<h3>Depth Prediction</h3>
|
<h3>Depth Prediction</h3>
|
||||||
<a href="https://vato.ddns.net/gitlab/vato007/fast-depth-tf"
|
<a href="gitlab/vato007/fast-depth-tf">Source</a>
|
||||||
>Source</a
|
|
||||||
>
|
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<p>
|
<p>
|
||||||
From the PiCar project, I explored many different implementations of
|
From the PiCar project, I explored many different implementations of
|
||||||
@@ -250,7 +244,7 @@
|
|||||||
>Michael Pivato • 2023 •
|
>Michael Pivato • 2023 •
|
||||||
<a
|
<a
|
||||||
class="secondary"
|
class="secondary"
|
||||||
href="https://vato.ddns.net/gitlab/vato007/website/-/blob/main/LICENSE.md"
|
href="gitlab/vato007/website/-/blob/main/LICENSE.md"
|
||||||
>MIT License</a
|
>MIT License</a
|
||||||
></small
|
></small
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user