diff --git a/_config.yml b/_config.yml index 46e68d3d319d..388c8e9a7809 100644 --- a/_config.yml +++ b/_config.yml @@ -80,7 +80,7 @@ panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX) blog_name: Blog # blog_name will be displayed in your blog page blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar -blog_description: Learn advices and tips to write Python code. +blog_description: Interesting things I have learned. permalink: /blog/:year/:title/ # Pagination diff --git a/_news/announcement_1.md b/_news/announcement_1.md deleted file mode 100644 index 9517ad63dbf0..000000000000 --- a/_news/announcement_1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2022-04-11 -inline: true ---- - -Deep Learning Research Intern at Valeo AI. \ No newline at end of file diff --git a/_news/announcement_10.md b/_news/announcement_10.md new file mode 100644 index 000000000000..fbf7b95193e3 --- /dev/null +++ b/_news/announcement_10.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2024-05-13 +inline: true +--- + +[Towards motion forecasting with real-world perception inputs](https://github.com/valeoai/PointBeV) accepted paper at ICRA 2024. \ No newline at end of file diff --git a/_news/announcement_2.md b/_news/announcement_2.md deleted file mode 100644 index 280a7cfb399c..000000000000 --- a/_news/announcement_2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2021-09-01 -inline: true ---- - -Master of computer science (MVA) at ENS Saclay. \ No newline at end of file diff --git a/_news/announcement_3.md b/_news/announcement_3.md deleted file mode 100644 index a08af44bf577..000000000000 --- a/_news/announcement_3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2018-09-01 -inline: true ---- - -Accepted at the Ecole des Ponts ParisTech. \ No newline at end of file diff --git a/_news/announcement_4.md b/_news/announcement_4.md deleted file mode 100644 index fca7efae19f4..000000000000 --- a/_news/announcement_4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2020-02-01 -inline: true ---- - -Erasmus exchange at Politechnico di Milano. \ No newline at end of file diff --git a/_news/announcement_5.md b/_news/announcement_5.md deleted file mode 100644 index b171bf779695..000000000000 --- a/_news/announcement_5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2016-09-01 -inline: true ---- - -Preparatory classes at the Lycée Henri IV. \ No newline at end of file diff --git a/_news/announcement_6.md b/_news/announcement_6.md deleted file mode 100644 index 2849af609789..000000000000 --- a/_news/announcement_6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2020-09-01 -inline: true ---- - -Machine Learning Internship at Argon & Co. \ No newline at end of file diff --git a/_news/announcement_7.md b/_news/announcement_7.md deleted file mode 100644 index d9d18a70e2ed..000000000000 --- a/_news/announcement_7.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -date: 2021-01-01 -inline: true ---- - -Deep Learning Internship at Ariane Group. \ No newline at end of file diff --git a/_news/announcement_8.md b/_news/announcement_8.md new file mode 100644 index 000000000000..843ad97f2320 --- /dev/null +++ b/_news/announcement_8.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2023-03-08 +inline: true +--- + +PhD student at Valeo AI and Sorbonne University. \ No newline at end of file diff --git a/_news/announcement_9.md b/_news/announcement_9.md new file mode 100644 index 000000000000..381d43d15f24 --- /dev/null +++ b/_news/announcement_9.md @@ -0,0 +1,7 @@ +--- +layout: post +date: 2024-06-17 +inline: true +--- + +[PointBeV](https://github.com/valeoai/PointBeV) accepted paper at CVPR 2024. \ No newline at end of file diff --git a/_pages/about.md b/_pages/about.md index f01b9ae0dc61..7c86a4500c29 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -2,20 +2,20 @@ layout: about title: about permalink: / -subtitle: Affiliations Valeo AI , ENPC , MVA . +subtitle: Affiliations Valeo AI , Sorbonne University . profile: align: right image: prof_pic.jpg address: >
Ecole des Ponts
-ENS Saclay
news: true # includes a list of news items selected_papers: false # includes a list of papers marked as "selected={true}" social: true # includes social icons at the bottom of the page --- -Hello, I’m Loïck, a deep learning Master student. I have just finished the Master of computer science (MVA) of ENS Paris-Saclay and I am currently working at Valeo AI as a Deep Learning Research intern. +Hello, -I am looking for an internship to validate my engineering school and I would like to continue in thesis in a deep learning related field. \ No newline at end of file +I'm Loick Chambon, a PhD student in deep learning at ValeoAI and at the ISIR laboratory (Sorbonne University) under the supervision of Mathieu Cord. +I am currently working on 2D-3D occupancy and forecasting for autonomous driving. \ No newline at end of file diff --git a/_sass/_variables.scss b/_sass/_variables.scss index b050aa6e7f67..3606e228e916 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -3,7 +3,6 @@ * To adjust anything, simply edit the variables below and rebuild the theme. ******************************************************************************/ - // Colors $red-color: #FF3636 !default; $red-color-dark: #B71C1C !default; @@ -31,8 +30,6 @@ $grey-900: #212529; $white-color: #ffffff !default; $black-color: #000000 !default; - // Theme colors - $code-bg-color-light: rgba($purple-color, 0.05); $code-bg-color-dark: #2c3237 !default;