Compare commits

...

10 commits

Author SHA1 Message Date
Paul Lesur
e801e2d9b9 update results :) 2023-02-13 13:41:44 +01:00
Paul Lesur
469a5bbb69 add first (cleanish) results! 2023-02-09 18:33:22 +01:00
Paul Lesur
abe158586e add things to lfs 2023-02-09 18:26:17 +01:00
Paul Lesur
7a5b92b79c add result page for runaway 2023-02-09 18:23:41 +01:00
Paul Lesur
ed2579ba27 ignore generated stuff 2022-10-19 14:52:56 +02:00
Paul Lesur
95f12ca94a add hugo theme 2022-10-19 14:35:38 +02:00
Paul Lesur
3f3eaa6106 update using new hugo-book theme 2022-10-19 14:32:27 +02:00
Paul Lesur
b99df0c7b7 re-add theme submodule 2022-10-19 14:32:18 +02:00
Paul Lesur
7dfb752f28 ignore lock file 2022-10-19 14:00:03 +02:00
Paul Lesur
0e287ac8c9 update stuff 2022-10-19 13:58:45 +02:00
274 changed files with 970 additions and 8098 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.env
public/
*.lock
_gen/

6
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "themes/hugo-flex"]
path = themes/hugo-flex
url = https://github.com/de-souza/hugo-flex.git
[submodule "themes/hugo-book"]
path = themes/hugo-book
url = https://github.com/alex-shpak/hugo-book

View file

@ -1,21 +1,24 @@
baseURL = "https://lesurpaul.fr/"
languageCode = "en-us"
title = "Paul Lesur"
theme = "xmin"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 3
title = "Paul Lesur blog 🐧"
theme = "hugo-book"
#[menu]
# [nav]
# name = "Home"
# url = "/"
# weight = 1
##[[menu.main]]
## name = "About"
## url = "/about/"
## weight = 2
#[[menu.main]]
# name = "Publications"
# url = "/publications/"
# weight = 3
##
[params]
description = ":)"
footer = "[Paul Lesur](https://lesurpaul.fr) | [Github](https://github.com/lesurp)"
BookSection = "*"
BookTheme = "auto"

View file

@ -4,8 +4,11 @@ title: Home
Hey, I'm Paul Lesur, a software engineer, currently based in Germany.
Here are some links to my different repositories (on [GitHub](https://github.com/lesurp)),
my [LinkedIn profile](https://linkedin.com/in/paul-lesur/),
and a link to [my résumé](/Paul_Lesur_resume.pdf) (pdf, of course!).
Here are some links:
You will find the list of my publications [here]({{< ref "/publications" >}})
* [GitHub profile](https://github.com/lesurp)
* [LinkedIn profile](https://linkedin.com/in/paul-lesur/)
* [Résumé](/Paul_Lesur_résumé.pdf)
* [CV (including publications)](/Paul_Lesur_CV.pdf)
You can also find the list of my publications [here]({{< ref "/publications" >}})

View file

@ -0,0 +1,11 @@
---
title: Publications
---
This lists all the publications I wrote *or only contributed to*. I am *not* the
first author of all the papers listed below :)
* [Online Multi-Agent Path Planning in Runaway Scenarios](sgmapf)
* [SLAM in the Field: An Evaluation of Monocular Mapping and Localization on Challenging Dynamic Agricultural Environment](slam_in_the_field)
* [Deep Multi-State Object Pose Estimation for Augmented Reality Assembly](deep_multistate_object_pose_estimation)
* [SlamCraft](slamcraft)

View file

@ -0,0 +1,21 @@
---
title: Deep Multi-State Object Pose Estimation for Augmented Reality Assembly
author: Su, Yongzhi & Rambach, Jason & Minaskan, Nareg & Lesur, Paul & Pagani, Alain & Stricker, Didier
date: '2019-08-01'
publications:
- deep_multistate_object_pose_estimation
---
# Deep Multi-State Object Pose Estimation for Augmented Reality Assembly
10.1109/ISMAR-Adjunct.2019.00-42
## Authors
Su, Yongzhi & Rambach, Jason & Minaskan, Nareg & Lesur, Paul & Pagani, Alain & Stricker, Didier
## Abstract
Neural network machine learning approaches are widely used for object classification or detection problems with significant success. A similar problem with specific constraints and challenges is object state estimation, dealing with objects that consist of several removable or adjustable parts. A system that can detect the current state of such objects from camera images can be of great importance for Augmented Reality(AR) or robotic assembly and maintenance applications. In this work, we present a CNN that is able to detect and regress the pose of an object in multiple states. We then show how the output of this network can be used in an automatically generated AR scenario that provides step-by-step guidance to the user in assembling an object consisting of multiple components.

View file

@ -0,0 +1,29 @@
---
title: Online Multi-Agent Path Planning in Runaway Scenarios
author: Lesur, Paul & Bajcinca, Naim
date: '2022-09-01'
publications:
- sgmapf
---
# Online Multi-Agent Path Planning in Runaway Scenarios
Not yet accepted / published
## Authors
Lesur, Paul & Bajcinca, Naim
## Abstract
In this work we present a real-time capable algorithm for solving path planning
problems for the application of Runaway Scenarios. In such applications, a main agent has to follow
a path, and other secondary agents should create space for the main agent,
without colliding with one another. Our algorithm uses a low-level path planner,
similar to what can be found in the literature for the problem of Multi-Agent
Path Finding (MAPF), and combines it with our novel Planner Scheduler, a
high-level scheduler that allows us to find a sub-optimal solution quickly.
## Results
One can find the detailed results (numbers and animations) [here](../../runaway_planning/results).

View file

@ -0,0 +1,21 @@
---
title: 'SLAM in the Field: An Evaluation of Monocular Mapping and Localization on Challenging Dynamic Agricultural Environment'
author: Shu, Fangwen & Lesur, Paul & Xie, Yaxu & Pagani, Alain & Stricker, Didier
date: '2021-01-01'
publications:
- slam_in_the_field
---
# SLAM in the Field: An Evaluation of Monocular Mapping and Localization on Challenging Dynamic Agricultural Environment
10.1109/WACV48630.2021.00180
## Authors
Shu, Fangwen & Lesur, Paul & Xie, Yaxu & Pagani, Alain & Stricker, Didier
## Abstract
This paper demonstrates a system capable of combining a sparse, indirect, monocular visual SLAM, with both of-fline and real-time Multi-View Stereo (MVS) reconstruction algorithms. This combination overcomes many obstacles encountered by autonomous vehicles or robots employed in agricultural environments, such as overly repetitive patterns , need for very detailed reconstructions, and abrupt movements caused by uneven roads. Furthermore, the use of a monocular SLAM makes our system much easier to integrate with an existing device, as we do not rely on a LiDAR (which is expensive and power consuming), or stereo camera (whose calibration is sensitive to external perturbation e.g. camera being displaced). To the best of our knowledge, this paper presents the first evaluation results for monocular SLAM, and our work further explores unsupervised depth estimation on this specific application scenario by simulating RGB-D SLAM to tackle the scale ambiguity, and shows our approach produces reconstructions that are helpful to various agricultural tasks. Moreover, we highlight that our experiments provide meaningful insight to improve monocular SLAM systems under agricultural settings.

View file

@ -1,7 +1,7 @@
---
title: SlamCraft
author: Rambach, Jason & Lesur, Paul & Pagani, Alain & Stricker, Didier
date: '2016-03-27'
date: '2019-03-01'
publications:
- slamcraft
---
@ -12,11 +12,10 @@ publications:
## Authors
Rambach, Jason & Lesur, Paul & Pagani, Alain & Stricker, Didier. (2019).
Rambach, Jason & Lesur, Paul & Pagani, Alain & Stricker, Didier
## Abstract
Monocular Simultaneous Localization and Mapping (SLAM) approaches have progressed significantly over the last two decades. However, keypoint-based approaches only provide limited structural information in a 3D point cloud which does not fulfil the requirements of applications such as Augmented Reality (AR). SLAM systems that provide dense environment maps are either computationally intensive or require depth information from additional sensors. In this paper, we use a deep neural network that estimates planar regions from RGB input images and fuses its output iteratively with the point cloud map of a SLAM system to create an efficient monocular planar SLAM system. We present qualitative results of the created maps, as well as an evaluation of the tracking accuracy and runtime of our approach.

View file

@ -0,0 +1,41 @@
---
title: Runaway Planning Result Page
---
# What is shown on each image
TODO
# The different algorithms
TODO
# How the scenarios were generated
TODO
# Runtime comparison
{{< dummy >}}
<p>Results for raw CBS over the 100 different scenarios. Average runtime
(in case of successful computation) is 634ms.</p>
<img src="./cbs.png">
{{< /dummy >}}
{{< dummy >}}
<p>Results for Schedulder + CBS over the 100 different scenarios. Average runtime
(in case of successful computation) is 250ms.</p>
<img src="./scheduling_cbs.png">
{{< /dummy >}}
{{< dummy >}}
<p>Results for Subproblems + Schedulder + CBS over the 100 different scenarios. Average runtime
(in case of successful computation) is 175ms.</p>
<img src="./subproblem_scheduling_cbs.png">
{{< /dummy >}}
# The detailed results
... are [here](results)

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:433d945eee2927499b42374f443a2278e06a8bd4a8ec8209c7a28ed49ce85b61
size 24194

View file

@ -0,0 +1,58 @@
---
title: Runaway Planning Results
---
{{< dummy >}}
<input type="number" id="resultId" min="0" max="99" default="0">
<input type="submit" id="showResultButton">
<p>If the video does not load for a given algorithm, that means it failed to
compute a solution (within the 10s timeout).</p>
<div>
<p>Raw CBS</p>
<video id="cbs" controls width="560" class="videoTag">
<source type="video/mp4" />
</video>
</div>
<div>
<p>Scheduler + CBS</p>
<video id="scheduling_cbs" controls width="560" class="videoTag">
<source type="video/mp4" />
</video>
</div>
<div>
<p>Subproblems + Scheduler + CBS</p>
<video id="subproblem_scheduling_cbs" controls width="560" class="videoTag">
<source type="video/mp4" />
</video>
</div>
<script charset="utf-8">
var idField = document.getElementById("resultId");
var button = document.getElementById("showResultButton");
button.addEventListener("click", () => show_all_videos(idField.value));
function show_one_video(videoDiv, n) {
const videoLoc = "./" + videoDiv.id + "/from_generated_" + n + ".mp4";
videoDiv.children[0].src = videoLoc;
videoDiv.load();
videoDiv.play();
}
function show_all_videos(n) {
const videoDivs = document.getElementsByClassName("videoTag")
for (var i = 0; i < videoDivs.length; i++) {
show_one_video(videoDivs.item(i), n);
}
}
if (n != null) {
show_all_videos(n);
}
</script>
{{< /dummy >}}

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9e604d68a824b1c4b8c04320d770d03d6af978c5623218f2f29ab5f3e104e5e
size 134432

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b189591887f6e625eab334ad22882f111b2a64c6de8a78b3fc558a62f2021a19
size 93177

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0af2aa2307466565d117c0ca41c206342cb17a432b6cf4d291aae8ad11c7b4f9
size 96222

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3771f38e17404b7b0c4748f0b91baa802d16ea3b4e270c5cc86049252202235
size 141511

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17ca252d8183f4abfd95cde9baa5d6548432b6824c2c1f966996143fee78145b
size 85235

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8d04a40eb69440bb2f5ea51d0a720551e129073f849ecdba61e37a356266441
size 122000

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09d619dc7d3fb77539c3e5d6ea5d766375dbf5bfe86ff9a777837e985544c4af
size 170892

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88a58cb98484d580bfffeb2104eae26c18eb59d409c91bbbd515294f86031f83
size 119582

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b7395699e93e1b1bd79a512f63ce98ca8d1c24aebfbd85fbc0c419c5d4da9ec
size 124513

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:893894ebf08da3e3643639a39442160f6a2c619e647bc9c448c1594bf0b03e60
size 89575

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66931238d5a16c5c043e80dd4fe4672b833a806afe8f189a4fdc7df84c8fb5b9
size 80375

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efedd78e61b03ad514a427a00f543bd02eac5620ca2d51fad0318a170cd8088a
size 75019

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b007ef4b8130cd4c05d7485b890bd3fd883bedc76b460880935b11d50590940
size 147046

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25ccc448ac460dd6bc17063709337b59e99e64afca5087c9bdd179c9c44513ff
size 127513

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb825f99a913e4ed580e02d8f0317cc836e2e0e92588eeac5abc4c0afb07c7ae
size 156417

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a5f1b45d55061e0af39ee8d814b4a522f6b07972d71a8623a8bc2cf9fd50f2c
size 136907

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f306051004a8118218d6996f02b0ca76d96718d8388668515dfe859f426efc42
size 95393

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7e0635ee9099e4f3bb80acd3447e1e1e4956a87197cf0fbd909f73ef39f954c
size 94107

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d1b2cc952d35b9a02f48c26df1aa423019c002d8a6fcb835af8f2e3f2753fa3
size 129598

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80e8c333a68ac8d8e7e953faf05df94032515f909935f952391e86d489432969
size 132903

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8542764601762b71aa62095f13739edd547e3717252395fd8f87ffc7c44815ec
size 147432

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7796242af5e28aa03d3a54390a08db71717c899d11faaa3754a58d6bd061dd56
size 142796

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2cb4d1df620dd70b77bca5efa793fa3dd006aae8983c5aab502dd09667522cd
size 111988

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cff3736f60f9e5f4fcfbcf4bc60e702b7803fce5c3745f5a21f45ab7a334aba3
size 111713

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:983fc2fbff8452f0f2c2d890253f4f67f88b99002107ac41182763ede5c95711
size 143169

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:401f9942aa3f9fdc991f0ec356226bd7ed014e660709f8a8d09d89795d9aa3a3
size 99783

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44f3b8337a0b40e46dacf300dfab89a0924ef17dd2fd468c13e4fa83307adfb8
size 141624

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9895d6083a5cc3c044f3833f7abd85fb515457a5a5ddff0a4e867e86f6f986c5
size 168267

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:998c106083e1119f9264af45d3f1de98b155cad1bd7c17ee0fbc66d96bab0e8a
size 135891

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c72596c91df84e2dd719af58a28d908b20c56ca96faa6f0fd97a61c06372931
size 155716

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:587aedf949b732b6f81018994d54e42c899c048b27ccac2ca8f7c6de0d53378c
size 79803

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cb08a95e370598f952015f8d7fb440186f92f104fe48af32237ece5e9b32c16
size 120100

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b21870a5e16489e7e89377da60158431c09d3b6eb8296beb832ee09c568b21
size 134257

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c785f3335ca9994fdd5ad763bcec090463a2f28f770fa7311f634a2e64d54a61
size 120290

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:522db363f51bcc01c429be2c9de6a3320dc47e6621fdbeef21424575d9da2e8e
size 143410

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e4b11bc2a686aece854cf4f6f11465a37e8d1282d151876c097c2c741531063
size 150140

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c65f024a3c377086cb3414c9f4e98757cee0949d3a17aa7c155f3a31cf64dd1c
size 117845

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad3d6f48af9c7baacb6a6c49ddf67a4e3a2d904f2b65e8549d0137e32343f0b0
size 110059

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aec60fdeabc0fe6713f8fd2748a5ac29c64542709eee93b4ee978133bc1ff48
size 106485

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfeda84c1812c9a465f17e50878b2e380faf81de5ea58d97003e20aa085e5f6e
size 120161

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57bf74b535a7cc6cd205cba72718a439b5dc8560d6f588978c32dd87afb61e5a
size 150389

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29e95f4ae32b65b0db382291216a43f8c83dd4135690d9f9fe4979336f5028fb
size 114498

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbf1f29bcdd73293b8e63717716457df129efd1dc0c2ad2a50bbfc2697248495
size 110209

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c1abd6c91ffdbc40f37f7fa3e5484968530f4feedc2f93295a35367a1d50d89
size 165942

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:135dbe682c49a1edc60471e9fbcf743682a62492db752e5c4d2450375f3a9f55
size 87031

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4537967ee12c81d9ccee7675516c83b1fc38d6ab55684052ad99ed23f0ee6869
size 118139

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:323621b9417692445e3c1b92573cf0796b5a8fe1fb27fea228785588169ecc7e
size 136380

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6f92e2fe9051a4decac82b43d5c5a53f9eb185343c02c73a20eca22c97a40d7
size 73639

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aa20638ccf4c36726a45a608b9a74322b4ce2b79b290d4be4ef76f4ee4d1c90
size 126239

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0794e11c3902c997d6cc95b20e4ac9be60ca3eb8bca31ddd19db3fb3d63979cb
size 137066

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6044c4f95b50ed8c8148f1f0a32a1210748488499fe37cecf546fad4b3a4176b
size 163278

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89e2fb9a75f4d32030a05a157bb6b451b12f0c0379d8da7df300e0927f84f963
size 153208

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49edfad61c1129b3d121643fa5bce7c7e34451ced0642300cb1268c1b3ac7509
size 93208

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80fcbb45905d9b96b2b5b3e5d0dfc7c096f8dee1e5f7e76d34fd151df3195054
size 107910

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a71238e5a7a0e48fcc660ab57c85e835f9712d68c7b54b9669b46e0ead6858e
size 182197

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d454eae1636059fff1f1f40acc790d4d14d3b4cf292ca3c50aba90719544a956
size 93515

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c05424b481d772bbf2da33cb9508bf5c1b277dc0ef8b2d3b7f75bc91197417f5
size 117491

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f7319a3ba7a45e1ce014fb1bcf27828ce4daa4e0154e056cc34a65d5dafd0ed
size 172780

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e4d10161fcc30e8cd85d534212e874e4615b575d1b2d94ccf911cde2a8e6660
size 127186

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a635962c869b1a768bd569d999c1dcea6b75f8e64e739d15941521cf215902d3
size 86626

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f7f7476732c7603518224e980c0aecd242fec0e262a2bf13e116edba620aef6
size 89691

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8760da7a535d6f346b96e7f9610d0d0209964bec48f29fd1b20ed7dc89e2acc
size 60641

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94224610ad83dce494787f45742747f34568ab14ba9b85de8cdde73a30176c7e
size 123192

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91234ef941b07e2b4dc68cf01fe3d82cb86abf996733fba3402fb3051f83f14d
size 113331

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2f6461563bb0b7fae2d8c7a3a3bb7ded3228d4220dc6b59461f1ab7bfbe5835
size 80156

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:332b9541c88e2aad0032a996e8e4df3a059bfc954ac16ef57211d3b10ffc0a5f
size 166688

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f94bb5b2309dc655e21d7afdcd0d4f7d3fbd96cb739b14a3e52ee97f6dec792
size 162977

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37878bd3de8c1b1095e9d3993da19fdbd6e3338abea732b119711b9ede36985b
size 84343

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0d61b7732b02a225bdaf1ac55b83175fd3ca9468441981c8bb4d74640d0f37c
size 117766

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9134f449f63f5dfb222860138554717fc4a043c620741acec074da29ca6efd0
size 89778

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77099b91091c8ccb667081fe19219ff8f0d510f6edd0cff6f72ad70d27a5734b
size 74628

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e75ec28ef370b96ae1b90a38ea0d7c9a52ba76f16978a791ee68f50a783e4070
size 134867

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b859646790fb16a65d03ad0fde7ce2af80d122230a1a5a1173eaba0b18a1186c
size 140509

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56d8917fe99a150339dc176c76588ac49299fcd3046ad70becee5dc741331945
size 93238

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ea938936ef98fa66085fdd695c581b0d28c291e758817d6976bf6be5381d9ed
size 122034

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cbebc370b643aac393eb59f2c71271723a9dd221275655e9c7cf70375ff01d1
size 97301

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4762f780eb48a336293be6f202106e5c68922efd3048bc290050169c9b7b19a
size 114100

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9ad30e2b84f6d83ea6b9ac65b6ce8cc1bb4d7a69b5b0757a0ce256fc056cf0c
size 139804

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dc0c7818d2bf13767165d8df5870feb0b995403f1704ec8e706af2a1e8560bd
size 83983

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a0e1505c886fe0c7008354966b884a29115a77a707395297cd7ad1e9abba913
size 121031

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef790c6884cdb2e284bed7e2dbb682f00070d423af6967dc2a283d05664ea605
size 185828

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0faf4373d70724beb77a606eec34618e56f98f24c2db47e4d14272e2823395f9
size 189131

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f59abb9533c53e28aa3cc6afb52ac46fc880a25f709668bd12136be196c77403
size 122603

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5af4a4d7e3d0eca0d2c0e08dfc0e8befbc55361c6dbcb42b2e8becd8b7b7756c
size 124432

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:893894ebf08da3e3643639a39442160f6a2c619e647bc9c448c1594bf0b03e60
size 89575

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66931238d5a16c5c043e80dd4fe4672b833a806afe8f189a4fdc7df84c8fb5b9
size 80375

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a31f6a9fe60447f0442f45fc67f652b05d95b36af0622c2a7dbb930f0b30f1cf
size 75080

Some files were not shown because too many files have changed in this diff Show more