feat: add professional_projects.yml
This commit is contained in:
parent
e9a1e8088e
commit
7d77dea9ff
6
src/_data/professional_projects.yml
Normal file
6
src/_data/professional_projects.yml
Normal 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
|
|
@ -6,7 +6,7 @@ ignore = ["node_modules/", "_data/"]
|
||||||
|
|
||||||
hasicons = false
|
hasicons = false
|
||||||
|
|
||||||
generate_sitemap = false
|
generate_sitemap = true
|
||||||
generate_rss = false
|
generate_rss = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
@def title = "Projects"
|
@def title = "Projects"
|
||||||
@def hasicons = true
|
@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 🇫🇷 🥖 🥐.
|
Most of them are in French 🇫🇷 🥖 🥐.
|
||||||
|
|
||||||
|
# Professional projects
|
||||||
|
|
||||||
|
{{ print_projects _data/professional_projects.yml }}
|
||||||
|
|
||||||
# Personnal projects
|
# Personnal projects
|
||||||
|
|
||||||
{{ print_projects _data/personnal_projects.yml }}
|
{{ print_projects _data/personnal_projects.yml }}
|
||||||
|
|
Loading…
Reference in a new issue