Skip to content

Commit 8e4f979

Browse files
committed
update
1 parent dd700c7 commit 8e4f979

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ We list the commonly used datasets used to train these methods [here](#DATASETS)
2626

2727
The methods are divided into four families as shown in the table below, namely: 1) [Paired Text to 3D (3DPT)](#3DPT); 2) [Unpaired 3D Data (3DUT)](#3DUT); 3) [Text-to-3D without 3D data (NO3D)](#NO3D); and 4) [Hybrid3D](#HYBRID3D).
2828

29+
![alt text](./images/classification.png)
30+
2931
Finally, we include works focused on generating [multi-object 3D scenes](#MULTIOBJGEN), [editing of 3D shapes](#EDIT3D) and [evaluation](#EVAL) of text-to-3d methods.
3032

3133
## <a id="DATASETS"></a>Datasets

docs/assets/.DS_Store

0 Bytes
Binary file not shown.

docs/assets/images/classification.png

186 KB
Loading

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-03-12T15:12:03-07:00</updated><id>/feed.xml</id><title type="html">TT3DSTAR</title><subtitle>TT3DSTAR
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-03-12T21:19:37-07:00</updated><id>/feed.xml</id><title type="html">TT3DSTAR</title><subtitle>TT3DSTAR
22
</subtitle><author><name>default</name><email>default</email></author></feed>

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
6-
<title>TT3DSTAR </title>
6+
<title>TT3DSTAR</title>
77
<meta name="generator" content="Jekyll v4.3.2" />
88
<meta property="og:title" content="TT3DSTAR" />
99
<meta name="author" content="default" />
@@ -59,6 +59,8 @@ <h2 id="abstract">Abstract</h2>
5959

6060
<p>The methods are divided into four families as shown in the table below, namely: 1) <a href="#3DPT">Paired Text to 3D (3DPT)</a>; 2) <a href="#3DUT">Unpaired 3D Data (3DUT)</a>; 3) <a href="#NO3D">Text-to-3D without 3D data (NO3D)</a>; and 4) <a href="#HYBRID3D">Hybrid3D</a>.</p>
6161

62+
<p><img src="./assets/images/classification.png" alt="alt text" /></p>
63+
6264
<p>Finally, we include works focused on generating <a href="#MULTIOBJGEN">multi-object 3D scenes</a>, <a href="#EDIT3D">editing of 3D shapes</a> and <a href="#EVAL">evaluation</a> of text-to-3d methods.</p>
6365

6466
<h2 id="datasets"><a id="DATASETS"></a>Datasets</h2>

images/classification.png

186 KB
Loading

0 commit comments

Comments
 (0)