MCPcopy Create free account
hub / github.com/UVA-Computer-Vision-Lab/FrameINO / get_example

Function get_example

app.py:186–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184
185# Examples Sample
186def get_example():
187 case = [
188 [
189 '__assets__/horse.jpg',
190 480,
191 736,
192 128,
193 224,
194 96,
195 320,
196 '__assets__/sheep.png',
197 "A brown horse with a black mane walks to the right on a wooden path in a green forest, and then a white sheep enters from the left and walks toward it. Natural daylight, realistic texture, smooth motion, cinematic focus, 4K detail.",
198 [[[[299, 241], [390, 236], [461, 245], [521, 249], [565, 240], [612, 246], [666, 245]], [[449, 224], [488, 212], [512, 206], [531, 209], [552, 202], [581, 204], [609, 210], [657, 206], [703, 202], [716, 211]]], [[[24, 305], [104, 300], [167, 299], [219, 303], [270, 296], [295, 304]]]],
199 ],
200
201 [
202 '__assets__/cup.jpg',
203 448,
204 736,
205 256,
206 64,
207 0,
208 480,
209 '__assets__/hand2.png',
210 "A human hand reaches into the frame, gently grabbing the black metal cup with a golden character design on the front, lifting it off the table and taking it away.",
211 [[[[565, 324], [473, 337], [386, 345], [346, 340], [339, 324], [352, 212], [328, 114], [328, 18], [348, 0]]]],
212 ],
213
214 [
215 '__assets__/grass.jpg',
216 512,
217 800,
218 64,
219 64,
220 160,
221 416,
222 '__assets__/dog.png',
223 "A fluffy, adorable puppy joyfully sprints onto the bright green grass, its fur bouncing with each step as sunlight highlights its soft coat. The scene takes place in a peaceful park filled with tall trees casting gentle shadows across the lawn. After dashing forward with enthusiasm, the puppy slows to a happy trot, continuing farther ahead into the deeper area of the park, disappearing toward the more shaded grass beneath the trees.",
224 [[[[600, 412], [512, 394], [408, 358], [333, 336], [270, 313], [259, 260], [236, 222], [231, 180]], [[592, 392], [295, 305], [256, 217], [243, 163]]]],
225 ],
226
227 [
228 '__assets__/man_scene.jpg',
229 576,
230 1024,
231 64,
232 32,
233 64,
234 224,
235 None,
236 "A single hiker, equipped with a backpack, walks toward the right side of a rugged mountainside trail. The bright sunlight highlights the pale rocky terrain around him, while massive stone cliffs loom in the background. Sparse patches of grass and scattered boulders sit along the path, emphasizing the isolation and vastness of the mountain environment as he steadily continues his journey.",
237 [[[[342, 247], [415, 247], [478, 262], [518, 271], [570, 275], [613, 283], [646, 308], [690, 307], [705, 325]], [[349, 227], [461, 232], [536, 254], [595, 252], [638, 269], [691, 289], [715, 291]], [[341, 283], [415, 291], [500, 316], [590, 317], [632, 354], [675, 362], [711, 372]]]],
238 ]
239
240 ]
241 return case
242
243

Callers 1

app.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected