make code public
This commit is contained in:
parent
9d8b93db26
commit
6ba92064bb
26 changed files with 1744 additions and 0 deletions
22
templates/captions_minecraft/object_relations.json
Normal file
22
templates/captions_minecraft/object_relations.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"name":"Two objects with a relation",
|
||||
"text": [
|
||||
"There is a <N> <C> <D> <R> a <N1> <C1> <D1> [in the image].",
|
||||
"The image has a <N> <C> <D> <R> a <N1> <C1> <D1>.",
|
||||
"A <N> <C> <D> is present <R> a <N1> <C1> <D1> [in the image].",
|
||||
"A <N> <C> <D> stands <R> a <N1> <C1> <D1> [in the image]."
|
||||
],
|
||||
"constraints":[{"class":"unique_obj_pair_rel", "args":[]}],
|
||||
"type":"obj-relation",
|
||||
"label":"obj-relation",
|
||||
"inputs":2,
|
||||
"references": [
|
||||
"There is a {{<N> <C> <D>}} <R> a {F{<N1> <C1> <D1>}} [in the image].",
|
||||
"The image has a {{<N> <C> <D>}} <R> a {{<N1> <C1> <D1>}}.",
|
||||
"A {{<N> <C> <D>}} is present <R> a {{<N1> <C1> <D1>}} [in the image].",
|
||||
"A {{<N> <C> <D>}} stands <R> a {{<N1> <C1> <D1>}} [in the image]."
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue