Spaces:
Build error
Build error
Update uses.md
Browse files
uses.md
CHANGED
|
@@ -57,4 +57,13 @@ Specifically, the checker compares the class probability of harmful concepts in
|
|
| 57 |
The concepts are passed into the model with the image and compared to a hand-engineered weight for each NSFW concept.
|
| 58 |
|
| 59 |
## Citation
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
The concepts are passed into the model with the image and compared to a hand-engineered weight for each NSFW concept.
|
| 58 |
|
| 59 |
## Citation
|
| 60 |
+
```
|
| 61 |
+
@misc{liu2023zero1to3,
|
| 62 |
+
title={Zero-1-to-3: Zero-shot One Image to 3D Object},
|
| 63 |
+
author={Ruoshi Liu and Rundi Wu and Basile Van Hoorick and Pavel Tokmakov and Sergey Zakharov and Carl Vondrick},
|
| 64 |
+
year={2023},
|
| 65 |
+
eprint={2303.11328},
|
| 66 |
+
archivePrefix={arXiv},
|
| 67 |
+
primaryClass={cs.CV}
|
| 68 |
+
}
|
| 69 |
+
```
|