Skip to content

Commit

Permalink
migrating to github pages as host. so rename the project and add the …
Browse files Browse the repository at this point in the history
…thumbnails generated by the script
  • Loading branch information
leonidk committed Aug 8, 2023
1 parent 5ac5e75 commit 50e1c01
Show file tree
Hide file tree
Showing 80 changed files with 47 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ Gemfile
Gemfile.lock
node_modules
package.json
tn/
favicon.ico
favicon.ico
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ The website design is just a modification of [Jon Barron's website](https://jonb
* My own posts have lots of extra stuff left over from my old jekyll design ("author", long descriptions, etc.), feel free to ignore them
* I use thumbnails, so I can upload arbitrary sized images but then only display small ones. The `_make_thumbnails.sh` script generates them and the html template looks in `tn/` for all images.
* I have three categories of post with slightly differerent formatting, so changing sizing requires edits in multiple paces.
* If you use this, I'd appreciate a link back either to this repo or my personal website so others can find this too.
15 changes: 14 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">

</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E00L9PT3V9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());


gtag('config', 'G-E00L9PT3V9');
</script>

<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
Expand Down Expand Up @@ -90,6 +97,12 @@ <h3>{{post.title}}</h3>
{% if post.slides %}
<a href="{{post.slides}}">slides</a> /
{% endif %}
{% if post.website %}
<a href="{{post.website}}">website</a> /
{% endif %}
{% if post.youtube %}
<a href="{{post.youtube}}">youtube</a> /
{% endif %}
<p></p>
{{ post.excerpt }}
</td>
Expand Down
1 change: 1 addition & 0 deletions _posts/2019-05-29-crv.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ venue: "Computer and Robot Vision Conference"
arxiv: https://arxiv.org/abs/1904.05537
slides: /pdfs/crv19-slides.pdf
code: https://github.com/leonidk/direct_gmm
website: https://leonidk.github.io/direct_gmm/
---

A formulation for fitting Gaussian Mixture Models (GMMs) directly to geometric objects, such as a triangular mesh. This method produces more robust results and produces an improvement in 3D registration for both meshes and RGB-D frames.
1 change: 1 addition & 0 deletions _posts/2019-06-02-venue.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ venue: "ACM/IEEE Joint Conference on Digital Libraries"
arxiv: https://arxiv.org/abs/1904.12573
slides: /pdfs/jcdl2019.pdf
code: https://github.com/leonidk/venue_scores
website: https://leonidk.github.io/venue_scores/
---
A bibliometric/scientometric project. Our main two results are a method of assigning value to all venues in computer science and a method to organize them into distinct subfields, all without using citation data. The resulting venue scores can be used to rank universities' by scholarly output, and produce a responsive author-level metric.
15 changes: 15 additions & 0 deletions _posts/2022-09-30-fuzzy.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: post
title: "Fuzzy Metaballs: Approximate Differentiable Rendering with Algebraic Surfaces"
date: 2022-07-21 22:21:59 +00:00
image: /images/fuzzy22.png
categories: research
author: "Leo Keselman"
authors: "<strong>Leonid Keselman</strong>, Martial Hebert"
venue: "European Conference on Computer Vision"
arxiv: https://arxiv.org/abs/2207.10606
code: https://github.com/leonidk/fuzzy-metaballs
website: https://leonidk.github.io/fuzzy-metaballs/
youtube: https://www.youtube.com/watch?v=Ec7cxEc9eOU
---
An approximate differentiable renderer for a compact, interpretable representation, which we call Fuzzy Metaballs. Our approximate renderer focuses on rendering shapes via depth maps and silhouettes. It sacrifices fidelity for utility, producing fast runtimes and high-quality gradient information that can be used to solve vision tasks.
15 changes: 15 additions & 0 deletions _posts/2023-03-15-modecfg.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: post
title: "Discovering Multiple Algorithm Configurations"
date: 2023-03-14 22:21:59 +00:00
image: /images/modecfg.png
categories: research
author: "Leo Keselman"
authors: "<strong>Leonid Keselman</strong>, Martial Hebert"
venue: "International Conference on Robotics and Automation"
arxiv: https://arxiv.org/abs/2303.07434
code: https://github.com/leonidk/modecfg
website: https://leonidk.github.io/modecfg
youtube: https://www.youtube.com/watch?v=r2426BR4r8o
---
We show the benefits of discovering an ensemble of configurations for a given algorithm during the course of optimization. Results on stereo, planning and visual odometry.
Binary file added images/fuzzy22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/modecfg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/404.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/Capture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/Capture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/accel-data-padded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/accel-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/ankur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/ankur1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/berkeley.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/box.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/bracket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/breathing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/broken-glass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/bsac-kit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/bsac-kit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/ccd2017.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/circle_bw_crop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/crv19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/cs224n-poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/cs224u.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/cs224w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/cs225a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/cs225a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tn/images/cs231a.png
Binary file added tn/images/cs231n-old.png
Binary file added tn/images/cs231n.png
Binary file added tn/images/cs234.png
Binary file added tn/images/cs270.png
Binary file added tn/images/cs2701.png
Binary file added tn/images/cs2702.png
Binary file added tn/images/cs279.png
Binary file added tn/images/cs371.png
Binary file added tn/images/cs448i.png
Binary file added tn/images/cupdice.png
Binary file added tn/images/dashpoint.png
Binary file added tn/images/depthStream.png
Binary file added tn/images/dequant.jpg
Binary file added tn/images/dequant.png
Binary file added tn/images/drbayes.png
Binary file added tn/images/favicon.png
Binary file added tn/images/first-post.png
Binary file added tn/images/fuzzy22.png
Binary file added tn/images/gina-motes.jpg
Binary file added tn/images/gina-power.png
Binary file added tn/images/hand.png
Binary file added tn/images/hands2015.png
Binary file added tn/images/handtrack.jpg
Binary file added tn/images/handtrack.png
Binary file added tn/images/haowei.png
Binary file added tn/images/heart.png
Binary file added tn/images/i3d2013.png
Binary file added tn/images/idf-lab.png
Binary file added tn/images/intro.jpg
Binary file added tn/images/jcdl2019.png
Binary file added tn/images/jekyll-logo.png
Binary file added tn/images/jekyll-now-theme-screenshot.jpg
Binary file added tn/images/markov-lang.png
Binary file added tn/images/modecfg.jpg
Binary file added tn/images/modecfg.png
Binary file added tn/images/physics.gif
Binary file added tn/images/r200-idf.jpg
Binary file added tn/images/r200.jpg
Binary file added tn/images/rs400.jpg
Binary file added tn/images/self-photo.png
Binary file added tn/images/self-photo2.jpg
Binary file added tn/images/snake.jpg
Binary file added tn/images/stereo.png
Binary file added tn/images/stochopt.png
Binary file added tn/images/tetra-pcb.jpg
Binary file added tn/images/vcsel.png

0 comments on commit 50e1c01

Please sign in to comment.