Skip to content

Commit

Permalink
fix typos (#96)
Browse files Browse the repository at this point in the history
* + author imgs, bibtex-copy2clipboard, fix padding

* Update leaderboard-info.js

updated poserbpf, posecnn, ucn graspnet methods

* sha display pic

* add dexnet2.0 + gdrnpp results to leaderboard

* rm rand order entry for dexnet2.0 from leaderboard; add the feature to support populating from cfg

* rm

* +

* + msm top-down fixed results

* + add gdrnpp (n+r), msm top down, dexnet top-down videos

* + supplementary pdf (ICRA 2024 version)

* + some of the missing video links; still some ucn random vids are missing

* fix

* + remaining missing vids

* Update ICRA2024 acceptance

* Update index.html

* fix scene-replica typos and scripts

---------

Co-authored-by: Sai Haneesh Allu <saihaneesh.allu@gmail.com>
  • Loading branch information
jishnujayakumar and 07hokage committed Jun 17, 2024
1 parent c957a0b commit 1b6d25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SceneReplica/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
s<!DOCTYPE html>
<!DOCTYPE html>
<html>

<head>
Expand All @@ -7,7 +7,7 @@
<meta id="meta-desc" name="description" content="Web home for SceneReplica Benchmark for Robotics">
<meta id="meta-author" name="author" content="Ninad Khargonkar, Sai Haneesh Allu, Yangxiao Lu, Jishnu Jaykumar P, Balakrishnan Prabhakaran, Yu Xiang">
<meta id="meta-keywords" name="keywords" content="Robot Manipulation, Benchmarking, Real Scene Replication, UTD, IRVL, IRVLUTD, Robotics">
<title id="title"></title>
<title id="title" project-name="SceneReplica"></title>

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">

Expand Down
1 change: 1 addition & 0 deletions assets/scripts/few-shot-research/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $(document).ready(function() {
var projects = {
"FewSOL" : ["../FewSOL", "FewSOL"],
"Proto-CLIP" : ["../Proto-CLIP", "proto-clip"],
"SceneReplica": ["../SceneReplica", "scene-replica"],
"NIDSNet" : ["../NIDSNet", "NIDSNet"],
}

Expand Down

0 comments on commit 1b6d25c

Please sign in to comment.