feat: add professional_projects.yml

This commit is contained in:
Laureηt 2022-11-11 22:00:50 +01:00
parent e9a1e8088e
commit 7d77dea9ff
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,6 @@
REVA - IRIT (Internship):
year: August 2022 - September 2022
description: Fine-tuned a state of the art Deep Learning model ([Mask R-CNN](https://arxiv.org/abs/1703.06870v3)) to detect spherical markers in images for Photometric Stereophography calibration. Built using the [Pytorch Lightning](https://www.pytorchlightning.ai/) framework, exported to [ONNX](https://onnx.ai/) format, deployed to production in [AliceVision](https://github.com/alicevision/AliceVision/) and [Meshroom](https://github.com/alicevision/meshroom) with [ONNXRuntime](https://onnxruntime.ai/). This internship concluded with a small publication.
image: /assets/projects/reva-irit.png
repository: https://git.inpt.fr/fainsil/pytorch-reva/
pdf: /assets/projects/QCAV-2023.pdf

View file

@ -6,7 +6,7 @@ ignore = ["node_modules/", "_data/"]
hasicons = false
generate_sitemap = false
generate_sitemap = true
generate_rss = false
+++

View file

@ -1,9 +1,13 @@
@def title = "Projects"
@def hasicons = true
Here is a non-exhaustive list of my projects.
Here is a non-exhaustive list of my projects. \
Most of them are in French 🇫🇷 🥖 🥐.
# Professional projects
{{ print_projects _data/professional_projects.yml }}
# Personnal projects
{{ print_projects _data/personnal_projects.yml }}