diff --git a/.gitignore b/.gitignore index 225fc6f..554a487 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /__pycache__ +*.DS_Store \ No newline at end of file diff --git a/README copy.md b/README copy.md deleted file mode 100644 index dcdb4e5..0000000 --- a/README copy.md +++ /dev/null @@ -1,16 +0,0 @@ -# 3D Highlighter - -This is the repository that contains source code for the [3D Highlighter website](https://threedle.github.io/3DHighlighter). - -If you find 3D Highlighter useful for your work please cite: -``` -@InProceedings{decatur2022highlighter - author = {Decatur, Dale and Lang, Itai and Hanocka, Rana}, - title = {3D Highlighter: Localizing Regions on 3D Shapes via Text Descriptions}, - journal = {CVPR}, - year = {2022}, -} -``` - -# Website License -Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. diff --git a/index.html b/index.html index dfcca8f..04fc060 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@

🎨🖌️ 3D Paintbrush: Local Stylization of 3D Shapes with Cascaded Score Distillation

- +

CVPR 2024

Dale Decatur1, diff --git a/static/.DS_Store b/static/.DS_Store deleted file mode 100644 index 0bc4fc1..0000000 Binary files a/static/.DS_Store and /dev/null differ