Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 3 new columns ({'frame_list', 'answer', 'target_frame'}) and 1 missing columns ({'causal_chain'}).

This happened while the json dataset builder was generating data using

zip://temporal_inference.json::hf://datasets/Devon018/HAI-Bench@d4a24bd590b32a6b832b25c65933c0b608cfebfb/HAI-Bench.zip

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 643, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              question_id: int64
              video_id: string
              frame_list: list<item: string>
                child 0, item: string
              target_frame: string
              answer: struct<Context Analysis: string, Human Emotion: string, Human Movement: string, Human Other Actions: list<item: string>, Human OtherActions: list<item: string>, Human Posture: string, Interaction Objects: list<item: string>, Interaction Scene: string, Pet Movement: string, Pet Other Behaviors: list<item: string>, Pet OtherBehaviors: list<item: string>, Pet Posture: string, frame_id: string>
                child 0, Context Analysis: string
                child 1, Human Emotion: string
                child 2, Human Movement: string
                child 3, Human Other Actions: list<item: string>
                    child 0, item: string
                child 4, Human OtherActions: list<item: string>
                    child 0, item: string
                child 5, Human Posture: string
                child 6, Interaction Objects: list<item: string>
                    child 0, item: string
                child 7, Interaction Scene: string
                child 8, Pet Movement: string
                child 9, Pet Other Behaviors: list<item: string>
                    child 0, item: string
                child 10, Pet OtherBehaviors: list<item: string>
                    child 0, item: string
                child 11, Pet Posture: string
                child 12, frame_id: string
              -- schema metadata --
              pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 698
              to
              {'video_id': Value(dtype='string', id=None), 'causal_chain': {'edges': [{'source': Value(dtype='string', id=None), 'target': Value(dtype='string', id=None)}], 'nodes': [{'description': Value(dtype='string', id=None), 'entity': Value(dtype='string', id=None), 'frame_ref': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None)}]}, 'question_id': Value(dtype='int64', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1428, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 989, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1873, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 3 new columns ({'frame_list', 'answer', 'target_frame'}) and 1 missing columns ({'causal_chain'}).
              
              This happened while the json dataset builder was generating data using
              
              zip://temporal_inference.json::hf://datasets/Devon018/HAI-Bench@d4a24bd590b32a6b832b25c65933c0b608cfebfb/HAI-Bench.zip
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

video_id
string
causal_chain
dict
question_id
int64
video_1
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" } ], "nodes": [ { "description": "Walking with leash", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Standing and calling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Soliciting", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Command training and guiding", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Responding", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Using leash and guiding", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Responding", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Giving water and taking photos", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Responding", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Emotion" }, { "description": "Command training and using leash", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n15", "type": "Action" }, { "description": "Responding", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Emotion" } ] }
1
video_10
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Human standing in a serene outdoor garden", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Human extends hand towards a puppy", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Puppy is attentive and curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Human uses leash for command training", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Dog is expectant and excited", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Golf club appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Environment" }, { "description": "Walking stick appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Environment" }, { "description": "Human uses leash observing the dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Dog is alert", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" } ] }
2
video_100
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n4" }, { "source": "n3", "target": "n6" }, { "source": "n7", "target": "n6" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n11" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" }, { "source": "n17", "target": "n18" } ], "nodes": [ { "description": "Walking backward, possibly leading the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Using leash, guiding the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Apprehensive, uncertain", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Environment" }, { "description": "Curious, attentive", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Harness appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Environment" }, { "description": "Extends arm, holding leash", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Apprehensive, attentive, waiting", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Feeding, command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert, expectant", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Environment" }, { "description": "Calling, command training", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Action" }, { "description": "Calm, attentive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" }, { "description": "Gently pulls leash", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Action" }, { "description": "Reluctant, tense, avoiding", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Emotion" }, { "description": "Offers treat", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Action" }, { "description": "Expectant, alert, interested", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n18", "type": "Emotion" } ] }
3
video_1000
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" }, { "source": "n11", "target": "n12" } ], "nodes": [ { "description": "Observing garden", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Environment" }, { "description": "Walking towards dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Calling and petting dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Cuddling", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Talking to dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Perking ears", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Preparing to interact with dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Calm", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Holding toy", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n11", "type": "Action" }, { "description": "Responsive", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n12", "type": "Emotion" } ] }
4
video_1001
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n9" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Gives command", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Extends treat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Expects reward", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Pets dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Environment" }, { "description": "Continues petting", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and happy", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Gives command or reward", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and attentive", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n11", "type": "Emotion" } ] }
5
video_1002
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" } ], "nodes": [ { "description": "Using leash", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Walking", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Leading", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" } ] }
6
video_1003
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Standing and petting the dog with leash", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Standing and holding leash", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Excited (wagging tail)", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Preparing to walk the dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Calm and alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Command training and giving treats", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n9", "type": "Emotion" } ] }
7
video_1004
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n13" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n16" }, { "source": "n15", "target": "n16" } ], "nodes": [ { "description": "Offers treat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and soliciting", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Extends hand in a relaxed gesture", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and expectant", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Gently holds the dog's head", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Places hand on the dog's head affectionately", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Offers food or treat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Action" }, { "description": "Excited and expectant", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Environment" }, { "description": "Interacts with the dog using leash", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n12", "type": "Action" }, { "description": "Curious and attentive", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Emotion" }, { "description": "Bridle appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n14", "type": "Environment" }, { "description": "Adjusts horse's bridle", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n15", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Emotion" } ] }
8
video_1005
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Holding a small animal gently", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and relaxed", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash or harness appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Petting and smiling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Excited and wagging tail", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and relaxed", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Comforting", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and relaxed", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Giving commands or petting", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Interested and relaxed", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Petting gently", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Trusting and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" } ] }
9
video_1006
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n10" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n13" }, { "source": "n15", "target": "n16" }, { "source": "n17", "target": "n16" } ], "nodes": [ { "description": "Kneeling and using leash", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Standing and throwing items", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Red and yellow balls appear", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Walking and calling", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Approaching", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Taking photos and giving water", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Treat and toy appear", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Environment" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Action" }, { "description": "Alert and soliciting", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Emotion" }, { "description": "Toy and treat appear", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n14", "type": "Environment" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Action" }, { "description": "Alert and soliciting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Emotion" }, { "description": "Red, yellow, and tennis balls appear", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n17", "type": "Environment" } ] }
10
video_1007
{ "edges": [ { "source": "n1", "target": "n3" }, { "source": "n2", "target": "n1" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" } ], "nodes": [ { "description": "Standing and pointing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Gardening tool or seed packet appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Environment" }, { "description": "Concern", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Emotion" }, { "description": "Sitting and hugging the pet", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Trust and comfort", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Emotion" }, { "description": "Kneeling and calling the pet", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Squatting and petting the pet", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Responding", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Action" }, { "description": "Attentiveness and trust", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "Petting and observing the pet", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Action" }, { "description": "Comfort and attentiveness", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" } ] }
11
video_1008
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n10" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n17" } ], "nodes": [ { "description": "Using leash and observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and calm", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and balls appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Feeding and calling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Perking ears and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Alert and focused", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Harness and leash appear", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Environment" }, { "description": "Petting and command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Action" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Emotion" }, { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Emotion" }, { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n17", "type": "Emotion" }, { "description": "Collar appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Environment" } ] }
12
video_1009
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n8" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Leading the dog on a leash", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Throwing a ball", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Excited and chasing objects", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Yellow ball appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Observing the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Excited and wagging tail", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Tennis ball appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n9", "type": "Environment" }, { "description": "Calling and guiding the dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and soliciting", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Emotion" }, { "description": "Hugging and rewarding the dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Action" }, { "description": "Content and cuddling", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Emotion" }, { "description": "Command training and taking photos", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Emotion" } ] }
13
video_101
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Crouching and petting", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and treat appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Standing and using leash", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Feeding and rewarding", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Anticipating", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Feeding and rewarding", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and anticipating", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and expectant", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Feeding and command training", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Anticipating and alert", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Using leash and guiding actions", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Curious and relaxed", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Using leash and guiding actions", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" } ] }
14
video_1010
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n4" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n10", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n13", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n17" }, { "source": "n19", "target": "n20" }, { "source": "n21", "target": "n20" } ], "nodes": [ { "description": "Observing and taking photos", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Plants in the yard", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Environment" }, { "description": "Leading and calling the pet", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Alert and soliciting", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Treat and leash appear", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Environment" }, { "description": "Command training using leash", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Excited and alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Feeding and calling the pet", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Hugging and command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "Hugging and petting", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Emotion" }, { "description": "Observing and command training", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n17", "type": "Emotion" }, { "description": "Harness, collar, leash", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Environment" }, { "description": "Playing with objects and calling", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n19", "type": "Action" }, { "description": "Excited and alert", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n20", "type": "Emotion" }, { "description": "Toy appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n21", "type": "Environment" } ] }
15
video_1011
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Throwing items and calling", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Expectant and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Orange ball and leash or string appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Using leash and command training", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and trust", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Hugging and petting", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" } ] }
16
video_1012
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n17" }, { "source": "n19", "target": "n20" } ], "nodes": [ { "description": "Command training and calling", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and responding", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and treat appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Feeding and calling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Holding the dog's head gently", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Comfortable and at ease", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Gently petting the small dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Calm and trusting", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Interacting closely with the black dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Calm and receptive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Hugging and petting", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Completely relaxed and trusting", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Observing and taking photos", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Relaxed and curious", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" }, { "description": "Bird appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n18", "type": "Environment" }, { "description": "Observing and using tools to attract", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n19", "type": "Action" }, { "description": "Neutral", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n20", "type": "Emotion" } ] }
17
video_1013
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n5" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n14" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" }, { "source": "n17", "target": "n18" }, { "source": "n19", "target": "n20" } ], "nodes": [ { "description": "Petting and observing the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Feeding and calling the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Toy and food appear", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Environment" }, { "description": "Alert and sniffing", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Engaging the dog with a treat", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Comforting and guiding the dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Fearful and anxious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Rewarding the dog for calm behavior", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Petting and hugging the dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Environment" }, { "description": "Excited and trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" }, { "description": "Tenderly cradling the dog's head", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Emotion" }, { "description": "Calling and command training", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n18", "type": "Emotion" }, { "description": "Petting and rewarding the dog", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n19", "type": "Action" }, { "description": "Excited and attentive", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n20", "type": "Emotion" } ] }
18
video_1014
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n1", "target": "n3" }, { "source": "n4", "target": "n3" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n9" }, { "source": "n11", "target": "n9" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n1", "type": "Action" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Emotion" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Outdoor Yard", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Environment" }, { "description": "Perking ears", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Park", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n7", "type": "Environment" }, { "description": "Walking", "entity": "Pet", "frame_ref": "frame_016.jpg", "id": "n8", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_018.jpg", "id": "n9", "type": "Emotion" }, { "description": "Leading with leash", "entity": "Human", "frame_ref": "frame_019.jpg", "id": "n10", "type": "Action" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_019.jpg", "id": "n11", "type": "Environment" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_020.jpg", "id": "n12", "type": "Action" }, { "description": "Grazing", "entity": "Pet", "frame_ref": "frame_020.jpg", "id": "n13", "type": "Action" } ] }
19
video_1015
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" } ], "nodes": [ { "description": "Gently holding a guinea pig", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Grooming tools and black container present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Inviting the cat to interact", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" } ] }
20
video_1016
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Placing a plate over a red object", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "White plate and red object appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Holds a red object near the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Alert and anticipates interaction", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Reaches towards the table", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Uses a black brush to groom the animal", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and comfortable", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Offers a red object near the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Emotion" }, { "description": "Throws a green toy", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n12", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n13", "type": "Emotion" }, { "description": "Throws a toy", "entity": "Human", "frame_ref": "frame_012.jpg", "id": "n14", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_012.jpg", "id": "n15", "type": "Emotion" } ] }
21
video_1017
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n8" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n11" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n14" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Gently petting the cat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Pet bed appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Observing the cat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Plastic object appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Observing the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Water bowl appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n9", "type": "Environment" }, { "description": "Observing the cat", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Emotion" }, { "description": "Pet bed appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n12", "type": "Environment" }, { "description": "Observing the cat", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n14", "type": "Emotion" }, { "description": "Pet bed appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n15", "type": "Environment" }, { "description": "Observing the cat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Action" }, { "description": "Relaxed and curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n17", "type": "Emotion" } ] }
22
video_1018
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n5" }, { "source": "n4", "target": "n5" } ], "nodes": [ { "description": "Petting the cat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat container appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n3", "type": "Environment" }, { "description": "Offering a treat", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and expectant", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n5", "type": "Emotion" } ] }
23
video_1019
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n5" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n10" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" } ], "nodes": [ { "description": "Observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed, Sleeping", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Plate of food appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Environment" }, { "description": "Eating", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Alert, Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed, Content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Pet feeding station appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Environment" }, { "description": "Feeding, Giving water", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Action" }, { "description": "Curious, Anticipating", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Action" }, { "description": "Observing, Interested", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n12", "type": "Emotion" }, { "description": "Feeding, Using feeding tools", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n13", "type": "Action" }, { "description": "Eating, Content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n14", "type": "Emotion" } ] }
24
video_102
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Observing and command training", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and cautious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Using leash", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Feeding and giving water", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Curious and cautious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Calling", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Curious and cautious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Using leash", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Relaxed and curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" } ] }
25
video_1020
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Offers treat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Offers food", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Content and curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Pets the pet", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Offers food and calls", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Pets the pet", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Action" }, { "description": "Trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Emotion" }, { "description": "Gently pets the pet's paw", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n12", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n13", "type": "Emotion" }, { "description": "Provides water", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n14", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n15", "type": "Emotion" } ] }
26
video_1021
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Resting with the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Petting the dog while lying down", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Peaceful and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Pet food bowl appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Environment" }, { "description": "Feeding the pet", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and content", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Action" }, { "description": "Trusting and comfortable", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Emotion" }, { "description": "Seated and petting the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n12", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Emotion" }, { "description": "Speaker appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n14", "type": "Environment" }, { "description": "Relaxed and sleeping", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n15", "type": "Emotion" } ] }
27
video_1022
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n7", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n12" } ], "nodes": [ { "description": "Rug appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Relaxed and Curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Shadow of human appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Environment" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Feeding, Calling, Observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and Excited", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Small object (possibly food) appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Environment" }, { "description": "Excited and Playing", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Relaxed and Expectant", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" }, { "description": "Walking and Observing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n12", "type": "Emotion" }, { "description": "Sand appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Environment" } ] }
28
video_1023
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n14" } ], "nodes": [ { "description": "Using tools to attract", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "red packet appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "red grooming tool appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Using feeding tools", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Trimming", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n12", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n13", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n14", "type": "Emotion" }, { "description": "treat appears", "entity": "Object", "frame_ref": "frame_008.jpg", "id": "n15", "type": "Environment" } ] }
29
video_1024
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n4", "target": "n3" }, { "source": "n3", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" } ], "nodes": [ { "description": "Relaxed and comfortable", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Emotion" }, { "description": "Feeding the pet", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n2", "type": "Action" }, { "description": "Expectant and alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Emotion" }, { "description": "Pet feeding station and bowls appear", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Environment" }, { "description": "Curious and excited", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n5", "type": "Emotion" }, { "description": "Observing the pet", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n7", "type": "Emotion" } ] }
30
video_1025
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n12" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n15" }, { "source": "n17", "target": "n18" }, { "source": "n19", "target": "n18" }, { "source": "n20", "target": "n21" }, { "source": "n22", "target": "n21" }, { "source": "n23", "target": "n24" }, { "source": "n25", "target": "n24" } ], "nodes": [ { "description": "Washing the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Bathtub and water", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Grooming the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Grooming table", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Environment" }, { "description": "Comforting the dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Calm and at ease", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Examining the dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Action" }, { "description": "Anxious and alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "Hose", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Environment" }, { "description": "Comforting the dog on boat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Action" }, { "description": "Calm and comfortable", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Emotion" }, { "description": "Boat", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Environment" }, { "description": "Examining the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n17", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Emotion" }, { "description": "Medical equipment", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n19", "type": "Environment" }, { "description": "Soothes the dog", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n20", "type": "Action" }, { "description": "Alert and apprehensive", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n21", "type": "Emotion" }, { "description": "White hose", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n22", "type": "Environment" }, { "description": "Grooming the dog", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n23", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n24", "type": "Emotion" }, { "description": "Grooming tools", "entity": "Object", "frame_ref": "frame_008.jpg", "id": "n25", "type": "Environment" } ] }
31
video_1026
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n10" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n13" }, { "source": "n15", "target": "n16" }, { "source": "n17", "target": "n16" }, { "source": "n18", "target": "n19" }, { "source": "n20", "target": "n19" }, { "source": "n21", "target": "n22" }, { "source": "n23", "target": "n24" }, { "source": "n25", "target": "n24" } ], "nodes": [ { "description": "Bathing and grooming the cat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Grooming machine and hose", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Calling and feeding the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Alert and attentive", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Feeding and calling the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Curious and interested", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Treats", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Environment" }, { "description": "Medicating and petting the dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Syringe", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Environment" }, { "description": "Brushing and guiding the dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Action" }, { "description": "Alert and cooperative", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Emotion" }, { "description": "Brush and grooming table", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n14", "type": "Environment" }, { "description": "Using tools to attract and examining the dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Emotion" }, { "description": "Tape", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n17", "type": "Environment" }, { "description": "Leading and observing the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n19", "type": "Emotion" }, { "description": "Leash and sink", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n20", "type": "Environment" }, { "description": "Body examination and petting the dog", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n21", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n22", "type": "Emotion" }, { "description": "Taking photos and examining the cat", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n23", "type": "Action" }, { "description": "Curious and relaxed", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n24", "type": "Emotion" }, { "description": "Cat's paw", "entity": "Object", "frame_ref": "frame_008.jpg", "id": "n25", "type": "Environment" } ] }
32
video_1027
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Holding the dog in a vet clinic", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Fearful and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Hose appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Washing the dog with a showerhead", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Petting the dog on a boat", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and sleeping", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Grooming the dog in a vet clinic", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Holding the dog securely in a clinical setting", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Examining the dog's tail", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Handling the dog's tail", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Curious and compliant", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Supporting the dog's body", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Relaxed but mildly uncomfortable", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" } ] }
33
video_1028
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Holds dog's front legs for examination", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed but slightly apprehensive", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Grooming table and bandage present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Extends hand with treat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Gently holds dog's head and body", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Observes and holds dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Prepares to rinse dog with showerhead", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Anxious but alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Washes dog under running water", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Brushes dog's fur with grooming tool", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" } ] }
34
video_1029
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n6", "target": "n9" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Gently petting the dog's back", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Holding the dog's tail gently", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Slightly fearful but compliant", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Supporting the dog under its belly", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Comfortable and relaxed", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Object on floor", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Environment" }, { "description": "Curious and relaxed", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Calm and alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Attentive and relaxed", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" } ] }
35
video_103
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Using leash and command training", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and harness present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Calling the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Attentive and engaged", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Speaking to the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Responding attentively", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Feeding and rewarding the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Emotion" }, { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n12", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n13", "type": "Emotion" }, { "description": "Offering a treat", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n14", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n15", "type": "Emotion" } ] }
36
video_1030
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Gently petting the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Providing support or reassurance", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Trust and comfort", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Environment" }, { "description": "Relaxed but slightly apprehensive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Emotion" }, { "description": "Guiding the dog's position with leash", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Action" }, { "description": "Accustomed to being handled", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Emotion" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" } ] }
37
video_1031
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" } ], "nodes": [ { "description": "Preparing to clean the cat's ears", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Trust with mild apprehension", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Gently rinses the cat's belly", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Fully at ease and possibly enjoying the sensation", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Interacts carefully with the penguin", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Calm and cooperative", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Dries the dog's fur after bathing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Calm and cooperative", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Prepares to bathe the skunk", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Complete trust and relaxation", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Offers food to the resting penguin", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Trusting relationship", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" }, { "description": "Dries the cat after bathing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Action" }, { "description": "Some discomfort but does not actively resist", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Emotion" }, { "description": "Uses a grooming tool near the relaxed dog", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n15", "type": "Action" }, { "description": "Complete trust and comfort", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Emotion" } ] }
38
video_1032
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" } ], "nodes": [ { "description": "Bathing a skunk", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and comfortable", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Spray bottle and skunk present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Petting a calm animal", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Content and trusting", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" } ] }
39
video_1033
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n4" }, { "source": "n6", "target": "n7" }, { "source": "n6", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n13", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n19" } ], "nodes": [ { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Feeding and calling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Resting and curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Food or toy appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Environment" }, { "description": "Petting and observing", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n17", "type": "Emotion" }, { "description": "Uncertain posture", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n18", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n19", "type": "Emotion" } ] }
40
video_1034
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n4", "target": "n3" }, { "source": "n3", "target": "n5" }, { "source": "n5", "target": "n7" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n11" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Human standing still, focused out of frame", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Playing with objects, throwing items", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Toy appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Environment" }, { "description": "Relaxed but attentive", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Seated or lying down", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Calm and stationary", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Calling, observing", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Feeding, calling", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Environment" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Action" }, { "description": "Cautious", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n15", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" } ] }
41
video_1035
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Walking backward while leading", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and observing", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Walking casually", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed and following", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Standing and giving commands", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and responding", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Walking and guiding with leash", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and approaching", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Walking and observing", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Sniffing and exploring", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Walking and leading", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Relaxed and following", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Standing and observing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Exploring and curious", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Walking and observing", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Sniffing and exploring", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" } ] }
42
video_1036
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Walking with dog using leash", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Excited and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Continues walking with dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Content and comfortable", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Walks alone toward a parked car", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Action" }, { "description": "Continues walk with dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n6", "type": "Action" }, { "description": "Calm and attentive", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Emotion" }, { "description": "Brisk walking", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and observing", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Strolls casually with dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Excited and energetic", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n11", "type": "Emotion" }, { "description": "Maintains steady pace", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n12", "type": "Action" }, { "description": "Curious and anticipating", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n13", "type": "Emotion" }, { "description": "Stands stationary", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n14", "type": "Action" }, { "description": "Alert and focused", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n15", "type": "Emotion" } ] }
43
video_1038
{ "edges": [ { "source": "n1", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n9", "target": "n11" }, { "source": "n10", "target": "n12" }, { "source": "n12", "target": "n13" }, { "source": "n13", "target": "n14" }, { "source": "n14", "target": "n15" }, { "source": "n14", "target": "n16" }, { "source": "n15", "target": "n17" }, { "source": "n17", "target": "n18" }, { "source": "n18", "target": "n19" }, { "source": "n19", "target": "n20" }, { "source": "n20", "target": "n21" }, { "source": "n21", "target": "n22" }, { "source": "n22", "target": "n23" }, { "source": "n23", "target": "n24" }, { "source": "n24", "target": "n25" }, { "source": "n25", "target": "n26" }, { "source": "n26", "target": "n27" }, { "source": "n27", "target": "n28" }, { "source": "n28", "target": "n29" }, { "source": "n29", "target": "n30" }, { "source": "n30", "target": "n31" }, { "source": "n31", "target": "n32" }, { "source": "n32", "target": "n33" }, { "source": "n33", "target": "n34" }, { "source": "n34", "target": "n35" }, { "source": "n35", "target": "n36" }, { "source": "n36", "target": "n37" }, { "source": "n37", "target": "n38" }, { "source": "n38", "target": "n39" }, { "source": "n39", "target": "n40" } ], "nodes": [ { "description": "Two empty white plastic containers are present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Two large white rectangular objects resembling boats are present", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Environment" }, { "description": "Two metallic molds with a polished finish are present", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Environment" }, { "description": "Two stainless steel trays are placed on a flat surface", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Environment" }, { "description": "A black and white cat approaches two rectangular containers, showing curiosity and sniffing them", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n5", "type": "Action" }, { "description": "A human feeds and observes a black and white cat observing bowls likely containing food", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Action" }, { "description": "The cat is alert and expectant", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n7", "type": "Emotion" }, { "description": "A human observes two paper boats floating on water, possibly taking photos", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n8", "type": "Action" }, { "description": "A human encourages a black-and-white cat to interact with a paper boat", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n9", "type": "Action" }, { "description": "The cat shows curiosity and excitement", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n10", "type": "Emotion" }, { "description": "The human shows joy", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n11", "type": "Emotion" }, { "description": "A human offers food or water from a bowl to a curious cat", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n12", "type": "Action" }, { "description": "The cat is curious and engaged", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n13", "type": "Emotion" }, { "description": "A human gently pets a relaxed dog lying on the floor", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n14", "type": "Action" }, { "description": "The dog is relaxed and content", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n15", "type": "Emotion" }, { "description": "The human shows joy", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n16", "type": "Emotion" }, { "description": "A human guides a puppy towards a bowl, encouraging it to eat or drink", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n17", "type": "Action" }, { "description": "The puppy is curious and cautious", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n18", "type": "Emotion" }, { "description": "A human holds an object close to a curious puppy, encouraging it to approach", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n19", "type": "Action" }, { "description": "The puppy is curious and anticipating", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n20", "type": "Emotion" }, { "description": "A human walks forward, leading a curious puppy towards a bowl", "entity": "Human", "frame_ref": "frame_012.jpg", "id": "n21", "type": "Action" }, { "description": "The puppy is curious and attentive", "entity": "Pet", "frame_ref": "frame_012.jpg", "id": "n22", "type": "Emotion" }, { "description": "A human extends their hand towards a cautious puppy, offering food or water", "entity": "Human", "frame_ref": "frame_013.jpg", "id": "n23", "type": "Action" }, { "description": "The puppy is sniffing and curious", "entity": "Pet", "frame_ref": "frame_013.jpg", "id": "n24", "type": "Emotion" }, { "description": "A human gently guides a curious puppy towards an object", "entity": "Human", "frame_ref": "frame_015.jpg", "id": "n25", "type": "Action" }, { "description": "The puppy is curious and cautious", "entity": "Pet", "frame_ref": "frame_015.jpg", "id": "n26", "type": "Emotion" }, { "description": "A human extends their hand towards a curious cat, offering food or water from a bowl", "entity": "Human", "frame_ref": "frame_016.jpg", "id": "n27", "type": "Action" }, { "description": "The cat is curious and alert", "entity": "Pet", "frame_ref": "frame_016.jpg", "id": "n28", "type": "Emotion" }, { "description": "A human extends their hand towards a curious puppy, encouraging it to investigate", "entity": "Human", "frame_ref": "frame_017.jpg", "id": "n29", "type": "Action" }, { "description": "The puppy is curious and alert", "entity": "Pet", "frame_ref": "frame_017.jpg", "id": "n30", "type": "Emotion" }, { "description": "A human extends their hand towards a cautious puppy, encouraging it to explore", "entity": "Human", "frame_ref": "frame_018.jpg", "id": "n31", "type": "Action" }, { "description": "The puppy is curious and cautious", "entity": "Pet", "frame_ref": "frame_018.jpg", "id": "n32", "type": "Emotion" }, { "description": "A human gently encourages a cautious puppy towards a bowl", "entity": "Human", "frame_ref": "frame_019.jpg", "id": "n33", "type": "Action" }, { "description": "The puppy is curious and alert", "entity": "Pet", "frame_ref": "frame_019.jpg", "id": "n34", "type": "Emotion" }, { "description": "A human gently guides a curious kitten over a cardboard box", "entity": "Human", "frame_ref": "frame_020.jpg", "id": "n35", "type": "Action" }, { "description": "The kitten is curious and cautious", "entity": "Pet", "frame_ref": "frame_020.jpg", "id": "n36", "type": "Emotion" }, { "description": "A human gently guides a cautious puppy towards a litter box", "entity": "Human", "frame_ref": "frame_021.jpg", "id": "n37", "type": "Action" }, { "description": "The puppy is curious and cautious", "entity": "Pet", "frame_ref": "frame_021.jpg", "id": "n38", "type": "Emotion" }, { "description": "A human encourages a curious puppy to interact with a bowl", "entity": "Human", "frame_ref": "frame_022.jpg", "id": "n39", "type": "Action" }, { "description": "The puppy is curious and excited", "entity": "Pet", "frame_ref": "frame_022.jpg", "id": "n40", "type": "Emotion" } ] }
44
video_1039
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n8" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n13" }, { "source": "n15", "target": "n16" }, { "source": "n17", "target": "n16" }, { "source": "n18", "target": "n19" }, { "source": "n20", "target": "n21" }, { "source": "n22", "target": "n21" }, { "source": "n23", "target": "n24" }, { "source": "n25", "target": "n24" } ], "nodes": [ { "description": "Guiding actions and taking photos", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Mirror or glass table appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Expectant and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "White plastic bowl appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Petting and body examination", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "White bowl appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n9", "type": "Environment" }, { "description": "Hugging and petting", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Emotion" }, { "description": "Using tools to attract and taking photos", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Action" }, { "description": "Alert, curious, and relaxed", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Emotion" }, { "description": "Clay or plaster and white rectangular container appear", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n14", "type": "Environment" }, { "description": "Petting and holding", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Emotion" }, { "description": "White plastic container appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n17", "type": "Environment" }, { "description": "Petting and hugging", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n19", "type": "Emotion" }, { "description": "Petting and hugging", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n20", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n21", "type": "Emotion" }, { "description": "White plastic container appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n22", "type": "Environment" }, { "description": "Calling and petting", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n23", "type": "Action" }, { "description": "Alert, curious, and expectant", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n24", "type": "Emotion" }, { "description": "White rectangular dish appears", "entity": "Object", "frame_ref": "frame_008.jpg", "id": "n25", "type": "Environment" } ] }
45
video_104
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n19" }, { "source": "n20", "target": "n21" } ], "nodes": [ { "description": "Crouching and extending hands towards the puppy", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat and picnic table present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Holding a treat towards the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and sniffing", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Leaning forward to extend hand to puppies", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Content and attentive", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Extending hand toward a standing puppy", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Reaching out toward the puppy", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Extending hand toward the standing puppy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Expectant and curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Extending both hands toward two puppies", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Focused and engaged", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Offering something to the puppy", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Calm and cautious", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" }, { "description": "Engaging with the dog sniffing the table", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n18", "type": "Action" }, { "description": "Curious but cautious", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n19", "type": "Emotion" }, { "description": "Sits facing the dog", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n20", "type": "Action" }, { "description": "Alert and focused", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n21", "type": "Emotion" } ] }
46
video_1040
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n8" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n11" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n14" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n17" } ], "nodes": [ { "description": "Guiding kitten's paw toward a paper boat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Curious and cautious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Paper boat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Guiding puppy towards a litter box", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Litter box appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Offering a treat to puppy", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n9", "type": "Environment" }, { "description": "Encouraging kitten to interact with toy or food", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Action" }, { "description": "Curious and excited", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Emotion" }, { "description": "Toy or food appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n12", "type": "Environment" }, { "description": "Observing dog near water dish", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n14", "type": "Emotion" }, { "description": "Water dish appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n15", "type": "Environment" }, { "description": "Feeding puppy near food bowl", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Action" }, { "description": "Curious and expectant", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n17", "type": "Emotion" }, { "description": "Food bowl appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n18", "type": "Environment" } ] }
47
video_1041
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Feeding the mouse", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Container appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Observing the cat", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed but alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Feeding the piglet", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Excited and expectant", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Petting the cat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Petting the Corgi", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n11", "type": "Emotion" } ] }
48
video_1042
{ "edges": [ { "source": "n1", "target": "n3" }, { "source": "n2", "target": "n3" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" } ], "nodes": [ { "description": "Walking and exploring", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Sitting and calling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Curious and cautious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Petting and grooming", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Calling and rewarding", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Excited and expectant", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" } ] }
49
video_1043
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" } ], "nodes": [ { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Emotion" }, { "description": "Relaxed and sleeping", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Emotion" }, { "description": "Curious and sniffing", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Emotion" }, { "description": "Alert and cautious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Emotion" }, { "description": "Relaxed and sleeping", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n5", "type": "Emotion" }, { "description": "Standing and observing", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Action" }, { "description": "Squatting and feeding", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n7", "type": "Action" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n8", "type": "Environment" } ] }
50
video_1044
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Feeding and calling", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and anticipating", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Curious and bonding", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Grooming self", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Calling", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" } ] }
51
video_1045
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Offering a treat from a jar", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat jar appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Calling and feeding", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Petting and rewarding", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Sniffing and curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Offering a treat", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and interested", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Extending hand towards the dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" } ] }
52
video_1046
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n19" }, { "source": "n20", "target": "n21" }, { "source": "n22", "target": "n23" }, { "source": "n24", "target": "n25" }, { "source": "n26", "target": "n27" }, { "source": "n28", "target": "n29" }, { "source": "n30", "target": "n31" }, { "source": "n32", "target": "n33" }, { "source": "n34", "target": "n35" }, { "source": "n36", "target": "n37" }, { "source": "n38", "target": "n39" }, { "source": "n40", "target": "n41" }, { "source": "n42", "target": "n43" }, { "source": "n44", "target": "n45" }, { "source": "n46", "target": "n47" }, { "source": "n48", "target": "n49" } ], "nodes": [ { "description": "Offers a treat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Adjusts clothing", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Places paws on human's leg", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Trustful", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Bends down", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Extends hand offering food", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Prepares to give treat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Engaged", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Bends over", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Sits attentively", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" }, { "description": "Prepares to offer treat", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n18", "type": "Action" }, { "description": "Focused", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n19", "type": "Emotion" }, { "description": "Observes", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n20", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n21", "type": "Emotion" }, { "description": "Gestures playfully", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n22", "type": "Action" }, { "description": "Anticipating", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n23", "type": "Emotion" }, { "description": "Relaxes", "entity": "Human", "frame_ref": "frame_012.jpg", "id": "n24", "type": "Action" }, { "description": "Patient", "entity": "Pet", "frame_ref": "frame_012.jpg", "id": "n25", "type": "Emotion" }, { "description": "Offers something gently", "entity": "Human", "frame_ref": "frame_013.jpg", "id": "n26", "type": "Action" }, { "description": "Cautious", "entity": "Pet", "frame_ref": "frame_013.jpg", "id": "n27", "type": "Emotion" }, { "description": "Crouches down", "entity": "Human", "frame_ref": "frame_014.jpg", "id": "n28", "type": "Action" }, { "description": "Comfortable", "entity": "Pet", "frame_ref": "frame_014.jpg", "id": "n29", "type": "Emotion" }, { "description": "Offers treat", "entity": "Human", "frame_ref": "frame_015.jpg", "id": "n30", "type": "Action" }, { "description": "Eager", "entity": "Pet", "frame_ref": "frame_015.jpg", "id": "n31", "type": "Emotion" }, { "description": "Pets gently", "entity": "Human", "frame_ref": "frame_016.jpg", "id": "n32", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_016.jpg", "id": "n33", "type": "Emotion" }, { "description": "Extends hand", "entity": "Human", "frame_ref": "frame_017.jpg", "id": "n34", "type": "Action" }, { "description": "Engaged", "entity": "Pet", "frame_ref": "frame_017.jpg", "id": "n35", "type": "Emotion" }, { "description": "Places hand on puppy", "entity": "Human", "frame_ref": "frame_018.jpg", "id": "n36", "type": "Action" }, { "description": "Trustful", "entity": "Pet", "frame_ref": "frame_018.jpg", "id": "n37", "type": "Emotion" }, { "description": "Extends hand", "entity": "Human", "frame_ref": "frame_019.jpg", "id": "n38", "type": "Action" }, { "description": "Playful", "entity": "Pet", "frame_ref": "frame_019.jpg", "id": "n39", "type": "Emotion" }, { "description": "Offers treat", "entity": "Human", "frame_ref": "frame_020.jpg", "id": "n40", "type": "Action" }, { "description": "Trustful", "entity": "Pet", "frame_ref": "frame_020.jpg", "id": "n41", "type": "Emotion" }, { "description": "Sits relaxed", "entity": "Human", "frame_ref": "frame_021.jpg", "id": "n42", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_021.jpg", "id": "n43", "type": "Emotion" }, { "description": "Stands near treat cup", "entity": "Human", "frame_ref": "frame_022.jpg", "id": "n44", "type": "Action" }, { "description": "Focused", "entity": "Pet", "frame_ref": "frame_022.jpg", "id": "n45", "type": "Emotion" }, { "description": "Stands near treat cup", "entity": "Human", "frame_ref": "frame_023.jpg", "id": "n46", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_023.jpg", "id": "n47", "type": "Emotion" }, { "description": "Crouches near treat jar", "entity": "Human", "frame_ref": "frame_024.jpg", "id": "n48", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_024.jpg", "id": "n49", "type": "Emotion" } ] }
53
video_1047
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n4" }, { "source": "n6", "target": "n7" } ], "nodes": [ { "description": "Sitting and gently reaching out to the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Crouching and extending hand with treat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Curious and interested", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Environment" }, { "description": "Petting the puppy", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n7", "type": "Emotion" } ] }
54
video_1048
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Sitting and petting the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and interested", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Lotion or soap appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Standing and calling the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Offering a treat", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Curious and engaged", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_020.jpg", "id": "n8", "type": "Action" }, { "description": "Calm and content", "entity": "Pet", "frame_ref": "frame_020.jpg", "id": "n9", "type": "Emotion" } ] }
55
video_1049
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" } ], "nodes": [ { "description": "Calling and observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Feeding and preparing food", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n3", "type": "Action" }, { "description": "Alert and observing", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n4", "type": "Emotion" }, { "description": "Petting and offering item", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n5", "type": "Action" }, { "description": "Curious and engaged", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n6", "type": "Emotion" }, { "description": "Playing with objects and calling", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n7", "type": "Action" }, { "description": "Excited, alert, and engaged", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n8", "type": "Emotion" } ] }
56
video_105
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Preparing food or treats", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "treats (possibly)", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Extends hand towards the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Trusting and comfortable", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Engages with the dog by speaking or gesturing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and listening", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Gestures toward the dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Anticipating and curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Offers something to the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Trusting and curious", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Emotion" } ] }
57
video_1050
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n4", "target": "n3" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" } ], "nodes": [ { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Relaxed and curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "White shoes appear", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Environment" }, { "description": "Petting and caring", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Action" }, { "description": "Relaxed and acknowledging", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" } ] }
58
video_1051
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Sitting and offering a treat or toy", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat or toy appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Bending down and extending hand with food", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Offering a piece of food", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n9", "type": "Emotion" }, { "description": "Holding a green treat close to the cat", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n10", "type": "Action" }, { "description": "Stretching and relaxed", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n11", "type": "Emotion" } ] }
59
video_1052
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n10" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n13" }, { "source": "n15", "target": "n16" }, { "source": "n17", "target": "n16" }, { "source": "n18", "target": "n19" }, { "source": "n20", "target": "n19" }, { "source": "n21", "target": "n22" }, { "source": "n23", "target": "n22" }, { "source": "n24", "target": "n25" }, { "source": "n26", "target": "n25" }, { "source": "n27", "target": "n28" }, { "source": "n29", "target": "n30" }, { "source": "n31", "target": "n32" }, { "source": "n33", "target": "n34" }, { "source": "n35", "target": "n34" } ], "nodes": [ { "description": "Squatting and offering a small object", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Toy or treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Standing relaxed", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Calm", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Crouching and grooming", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Grooming tool appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Environment" }, { "description": "Bending and extending hand", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Hand-held item appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n11", "type": "Environment" }, { "description": "Holding transparent container", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Emotion" }, { "description": "Transparent container appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n14", "type": "Environment" }, { "description": "Offering object", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Action" }, { "description": "Excited and eager", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Emotion" }, { "description": "Object in hand appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n17", "type": "Environment" }, { "description": "Crouching and preparing to groom", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n19", "type": "Emotion" }, { "description": "Grooming tool appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n20", "type": "Environment" }, { "description": "Offering red toy", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n21", "type": "Action" }, { "description": "Excited and interested", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n22", "type": "Emotion" }, { "description": "Red toy appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n23", "type": "Environment" }, { "description": "Standing casually", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n24", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n25", "type": "Emotion" }, { "description": "Red toy on floor", "entity": "Object", "frame_ref": "frame_008.jpg", "id": "n26", "type": "Environment" }, { "description": "Bending and extending foot", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n27", "type": "Action" }, { "description": "Playful", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n28", "type": "Emotion" }, { "description": "Standing motionless", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n29", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n30", "type": "Emotion" }, { "description": "Gently petting", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n31", "type": "Action" }, { "description": "Content and trusting", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n32", "type": "Emotion" }, { "description": "Offering treat or toy", "entity": "Human", "frame_ref": "frame_012.jpg", "id": "n33", "type": "Action" }, { "description": "Excited and enthusiastic", "entity": "Pet", "frame_ref": "frame_012.jpg", "id": "n34", "type": "Emotion" }, { "description": "Treat or toy appears", "entity": "Object", "frame_ref": "frame_012.jpg", "id": "n35", "type": "Environment" } ] }
60
video_1053
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Command training", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and Curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Relaxed and Content", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Self-grooming", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Relaxed and Content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Calling", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Sniffing and Curious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Environment" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and Excited", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" } ] }
61
video_1054
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n9" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n14" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n17" }, { "source": "n19", "target": "n20" }, { "source": "n21", "target": "n22" }, { "source": "n23", "target": "n22" } ], "nodes": [ { "description": "Offering a treat to a dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Gently petting a cat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Engaging in playful behavior with a dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Extending hand with a toy or treat towards a cat", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Toy or treat appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Environment" }, { "description": "Gently petting a walking cat", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Action" }, { "description": "Relaxed and comfortable", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "Engaging a cat in play using a moving object", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" }, { "description": "Toy appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Environment" }, { "description": "Interacting with a dog, either playing fetch or giving a treat", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Action" }, { "description": "Excited and energetic", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n17", "type": "Emotion" }, { "description": "Toy or treat appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Environment" }, { "description": "Observing a dog jumping or running across the room", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n19", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n20", "type": "Emotion" }, { "description": "Holding a toy or treat, capturing the attention of a running dog", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n21", "type": "Action" }, { "description": "Excited and engaged", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n22", "type": "Emotion" }, { "description": "Toy or treat appears", "entity": "Object", "frame_ref": "frame_009.jpg", "id": "n23", "type": "Environment" } ] }
62
video_1055
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Offers a treat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and anticipatory", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Throws a toy", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Excited and focused", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Dances and engages with pet", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Excited and responsive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Encourages pet to jump", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Excited and engaged", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Uses leash to guide pet", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and following", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n11", "type": "Emotion" } ] }
63
video_1056
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n5" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Dog jumps energetically", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and excited", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Uses toy or treat to engage pet", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n3", "type": "Action" }, { "description": "Toy or treat appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Environment" }, { "description": "Excited and responding", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Emotion" }, { "description": "Offers green object", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n6", "type": "Action" }, { "description": "Dog runs towards object", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Action" }, { "description": "Holds treat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Engages pet playfully", "entity": "Human", "frame_ref": "frame_013.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and engaged", "entity": "Pet", "frame_ref": "frame_013.jpg", "id": "n11", "type": "Emotion" }, { "description": "Uses string or rope", "entity": "Human", "frame_ref": "frame_015.jpg", "id": "n12", "type": "Action" }, { "description": "Dog chases playfully", "entity": "Pet", "frame_ref": "frame_015.jpg", "id": "n13", "type": "Action" } ] }
64
video_1057
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Preparing to interact with flour", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Flour and black container present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Environment" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Approaching and petting", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed but alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Moving backward", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Petting the cat", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" } ] }
65
video_1058
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n13", "target": "n14" } ], "nodes": [ { "description": "Running energetically", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Excited and Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Walking and leading", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Following and Excited", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Running quickly", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Standing and calling", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Responding and Alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Walking and using leash", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Looking back and Cautious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Walking away", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Emotion" }, { "description": "Skateboarding", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n12", "type": "Action" }, { "description": "Walking slowly", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n13", "type": "Action" }, { "description": "Relaxed and Alert", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n14", "type": "Emotion" } ] }
66
video_1059
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" }, { "source": "n11", "target": "n12" }, { "source": "n12", "target": "n13" }, { "source": "n13", "target": "n14" }, { "source": "n14", "target": "n15" }, { "source": "n15", "target": "n16" }, { "source": "n16", "target": "n17" }, { "source": "n17", "target": "n18" }, { "source": "n18", "target": "n19" }, { "source": "n19", "target": "n20" }, { "source": "n20", "target": "n21" } ], "nodes": [ { "description": "Tranquil outdoor grassy area", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Calm outdoor environment", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Environment" }, { "description": "Serene outdoor area", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Environment" }, { "description": "Dog running excitedly", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n4", "type": "Action" }, { "description": "Cat running alertly", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n5", "type": "Action" }, { "description": "Dog running focused", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n6", "type": "Action" }, { "description": "Human squatting and offering a red object", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n7", "type": "Action" }, { "description": "Dog attentive and eager", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n8", "type": "Emotion" }, { "description": "Human squatting and offering a red object", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n9", "type": "Action" }, { "description": "Dog calm and attentive", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n10", "type": "Emotion" }, { "description": "Human squatting and offering a red object", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n11", "type": "Action" }, { "description": "Dog focused and excited", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n12", "type": "Emotion" }, { "description": "Dog lying relaxed", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n13", "type": "Action" }, { "description": "Dog lying content", "entity": "Pet", "frame_ref": "frame_012.jpg", "id": "n14", "type": "Action" }, { "description": "Dog walking relaxed", "entity": "Pet", "frame_ref": "frame_013.jpg", "id": "n15", "type": "Action" }, { "description": "Dog walking focused", "entity": "Pet", "frame_ref": "frame_014.jpg", "id": "n16", "type": "Action" }, { "description": "Dog walking curious", "entity": "Pet", "frame_ref": "frame_015.jpg", "id": "n17", "type": "Action" }, { "description": "Dog sniffing curious", "entity": "Pet", "frame_ref": "frame_016.jpg", "id": "n18", "type": "Action" }, { "description": "Cat lying relaxed", "entity": "Pet", "frame_ref": "frame_017.jpg", "id": "n19", "type": "Action" }, { "description": "Dog walking exploring", "entity": "Pet", "frame_ref": "frame_018.jpg", "id": "n20", "type": "Action" }, { "description": "Quiet outdoor space", "entity": "Object", "frame_ref": "frame_019.jpg", "id": "n21", "type": "Environment" } ] }
67
video_106
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n5", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Command training", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and treat appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Extends hand with treat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Continues offering treat", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Uses leash to guide", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n8", "type": "Action" }, { "description": "Trusting", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n9", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n10", "type": "Emotion" } ] }
68
video_1060
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n3", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n6", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n8", "target": "n10" }, { "source": "n10", "target": "n11" }, { "source": "n11", "target": "n12" }, { "source": "n12", "target": "n13" }, { "source": "n13", "target": "n14" } ], "nodes": [ { "description": "Walking away from the camera", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Continues walking with head slightly tilted downward", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Begins jogging", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Action" }, { "description": "Dog starts walking or trotting", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Walking briskly through a dimly lit area", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Action" }, { "description": "Squatting and inspecting with a stick-like object", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n6", "type": "Action" }, { "description": "Dog becomes curious and alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Emotion" }, { "description": "Crouching and possibly searching", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Dog lies down, relaxed but attentive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Playing with cats", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Cats become excited and curious", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Emotion" }, { "description": "Dogs running and playing energetically", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n12", "type": "Action" }, { "description": "Lies on the ground, seemingly unconscious or injured", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n13", "type": "Action" }, { "description": "Dog sniffs with concern or curiosity", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n14", "type": "Emotion" } ] }
69
video_1061
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Curious and Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Emotion" }, { "description": "Sniffing and Observing", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Walking towards camera", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Action" }, { "description": "Toy appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Environment" }, { "description": "Calling and Taking photos", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n5", "type": "Action" }, { "description": "Observing and Taking photos", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Action" }, { "description": "Feeding and Grooming", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n7", "type": "Action" }, { "description": "Feeding and Taking photos", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n8", "type": "Action" }, { "description": "Using leash and Guiding actions", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n9", "type": "Action" } ] }
70
video_1062
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" }, { "source": "n11", "target": "n12" }, { "source": "n12", "target": "n13" }, { "source": "n13", "target": "n14" }, { "source": "n14", "target": "n15" }, { "source": "n15", "target": "n16" } ], "nodes": [ { "description": "Indoor Home scene with no humans or animals present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Empty and quiet room", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Environment" }, { "description": "Hallway or entrance area with no interaction", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Environment" }, { "description": "Hallway with minimal furniture and light tiles", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Environment" }, { "description": "Quiet and undisturbed environment", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n5", "type": "Environment" }, { "description": "Minimally furnished room with no activity", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Environment" }, { "description": "Quiet and still indoor space", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n7", "type": "Environment" }, { "description": "Cat is alert and perking ears", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n8", "type": "Emotion" }, { "description": "Dog is alert and curious", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n9", "type": "Emotion" }, { "description": "Human kneeling and observing", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n10", "type": "Action" }, { "description": "Cat is relaxed but alert", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n11", "type": "Emotion" }, { "description": "Human squatting and petting", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n12", "type": "Action" }, { "description": "Dog is relaxed and attentive", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n13", "type": "Emotion" }, { "description": "Human feels joy", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n14", "type": "Emotion" }, { "description": "Human squatting and observing", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n15", "type": "Action" }, { "description": "Dog is relaxed and alert", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n16", "type": "Emotion" } ] }
71
video_1063
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Indoor home environment, calm and quiet", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Indoor home environment remains static", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Environment" }, { "description": "Serene and calm atmosphere continues", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Environment" }, { "description": "Dog stands near doorway, alert and waiting", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Action" }, { "description": "Cat walks toward camera, curious and alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n5", "type": "Action" }, { "description": "Human lies on floor, cat rests nearby", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Action" }, { "description": "Human offers food or toy to cat", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n7", "type": "Action" }, { "description": "Human interacts with computer setup, cat lies nearby", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n8", "type": "Action" }, { "description": "Human offers toy or treat to ferret", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n9", "type": "Action" }, { "description": "Ferret shows interest and engagement", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n10", "type": "Emotion" }, { "description": "Human expresses joy", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n11", "type": "Emotion" } ] }
72
video_1064
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" } ], "nodes": [ { "description": "Curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Emotion" }, { "description": "Exploring", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Emotion" }, { "description": "Running with focus", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Action" }, { "description": "Blanket appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n5", "type": "Environment" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Emotion" } ] }
73
video_1065
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Park setting with water feature", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Water feature becomes interaction point", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Environment" }, { "description": "Curious (reddish-brown dog) and playful (black dog)", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Using leash", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Energetic and playful", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Blue surface for interaction", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Environment" }, { "description": "Curious (black and white dog) and relaxed (brown and white dog)", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Walking (black-and-white dog)", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Alert (black-and-white dog) and relaxed (brown dog)", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Holding puppy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Excited, curious, and anticipating", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" } ] }
74
video_1066
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n6" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" } ], "nodes": [ { "description": "Feeding and calling the pet", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and engaged", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Food or toy appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Tranquil pool area", "entity": "Scene", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Environment" }, { "description": "Serene outdoor setting", "entity": "Scene", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Environment" }, { "description": "Attentive and relaxed", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Emotion" }, { "description": "Jumping with excitement", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Action" }, { "description": "Throwing items and calling", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and attentive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" } ] }
75
video_1067
{ "edges": [ { "source": "n1", "target": "n3" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n5" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n5", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Relaxed and Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Emotion" }, { "description": "Calling and Observing", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Action" }, { "description": "Excited and Playing with others", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Taking photos", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Action" }, { "description": "Excited and Energetic", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Pool appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Environment" }, { "description": "Curious (black and white dog) and Relaxed (brown dog)", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Content and Relaxed", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Emotion" }, { "description": "Relaxed (both dogs)", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Emotion" }, { "description": "Relaxed and Exploring", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Emotion" } ] }
76
video_1068
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "trash bin and fan present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Alert and Expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Calling and Guiding actions", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Excited and Approaching", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Curious and Attentive", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Command training and Observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and Responding", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Observing and Command training", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Alert and Expectant", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Calling, Command training, and Rewarding", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and Responding", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Emotion" } ] }
77
video_1069
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n9" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n12" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n15" }, { "source": "n17", "target": "n18" }, { "source": "n19", "target": "n18" }, { "source": "n20", "target": "n21" }, { "source": "n22", "target": "n23" } ], "nodes": [ { "description": "Observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "white object resembling a toy or container", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Playing with others", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "panda-shaped container", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Environment" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "decorative item", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n13", "type": "Environment" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Action" }, { "description": "Friendly", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n15", "type": "Emotion" }, { "description": "trash bin with playful design", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n16", "type": "Environment" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n17", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n18", "type": "Emotion" }, { "description": "metallic platform", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n19", "type": "Environment" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n20", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n21", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n22", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n23", "type": "Emotion" } ] }
78
video_107
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" } ], "nodes": [ { "description": "Petting and calling the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and harness appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Observing and taking photos", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Calling and pointing", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Responding, curious, and alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Petting and rewarding", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Content, relaxed, and alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Calling and observing", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Feeding and calling", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Curious and relaxed", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Petting and rewarding", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Content and relaxed", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" } ] }
79
video_1070
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Calling the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Cylinder appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Environment" }, { "description": "Playful interest in cylinder", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Action" }, { "description": "Attentive and excited", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Emotion" }, { "description": "Petting the dog", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n7", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n8", "type": "Emotion" }, { "description": "Sniffing human's legs", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n9", "type": "Action" }, { "description": "Excited and curious", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n10", "type": "Emotion" } ] }
80
video_1071
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Command training", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Calling", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n7", "type": "Action" }, { "description": "Comfortable", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n8", "type": "Emotion" }, { "description": "Rewarding", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n9", "type": "Action" }, { "description": "Expectant", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n10", "type": "Emotion" } ] }
81
video_1072
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" } ], "nodes": [ { "description": "Standing still and observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Walks toward the camera with curiosity", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "White plastic container appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Environment" }, { "description": "Walks away from the camera, investigating the container", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Places hands gently on the dog's back", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Emotion" }, { "description": "Interacts gently with the dog by holding its front paws", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n10", "type": "Emotion" }, { "description": "Extends hand for the dog to lick", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n11", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n12", "type": "Emotion" }, { "description": "Gently strokes the top of the dog's head", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n13", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n14", "type": "Emotion" }, { "description": "Raises hands slightly, preparing to interact", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n15", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n16", "type": "Emotion" } ] }
82
video_1073
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" }, { "source": "n11", "target": "n12" } ], "nodes": [ { "description": "Standing still", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and expectant", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Sits upright, focused", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Stands relaxed but attentive", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Curious and relaxed", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Petting and reassuring", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Sniffing and attentive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Command training and calling", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Alert and anticipatory", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Petting and comforting", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Loyal and trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" } ] }
83
video_1074
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n6" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n11" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Standing still", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Emotion" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n4", "type": "Emotion" }, { "description": "Observing", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n5", "type": "Action" }, { "description": "Playful", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Emotion" }, { "description": "Affectionate", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Emotion" }, { "description": "Eager", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n8", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_011.jpg", "id": "n9", "type": "Environment" }, { "description": "Feeding", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n10", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n11", "type": "Emotion" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_016.jpg", "id": "n12", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_016.jpg", "id": "n13", "type": "Emotion" } ] }
84
video_1075
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n7", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Playing fetch with the pet", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Excited and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Toy or object appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Feeding the pet with a treat", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Expectant and sniffing", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Using tools to attract the pet", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Excited and responding", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Toy or treat appears", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Environment" }, { "description": "Relaxed and self-grooming", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Using tools to attract the pet", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Chasing the pet", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Excited and energetic", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" } ] }
85
video_1076
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n2", "target": "n3" }, { "source": "n3", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" } ], "nodes": [ { "description": "Glass and straw on table", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Environment" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n2", "type": "Emotion" }, { "description": "Food containers in kitchen", "entity": "Object", "frame_ref": "frame_002.jpg", "id": "n3", "type": "Environment" }, { "description": "Observing and taking photos", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n4", "type": "Action" }, { "description": "Opening container", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n5", "type": "Action" }, { "description": "Granular food in container", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n6", "type": "Environment" } ] }
86
video_1077
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" } ], "nodes": [ { "description": "Dog runs across the floor", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Excited and Alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Small red object appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Dog chases small object", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Human throws toy", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Excited and Eating", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Human takes photos and plays with string", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Relaxed and Content", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Dog explores environment", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" } ] }
87
video_1078
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n13" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" }, { "source": "n18", "target": "n19" }, { "source": "n20", "target": "n21" }, { "source": "n22", "target": "n24" }, { "source": "n23", "target": "n24" }, { "source": "n25", "target": "n26" }, { "source": "n27", "target": "n29" }, { "source": "n28", "target": "n29" } ], "nodes": [ { "description": "Standing relaxed", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Walking calmly", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Kneeling to interact", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Sitting and petting", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Kneeling to engage", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Environment" }, { "description": "Using leash", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Calm", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Crouching to prepare", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Alert", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Walking away", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" }, { "description": "Carrying dog", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n18", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n19", "type": "Emotion" }, { "description": "Walking leisurely", "entity": "Human", "frame_ref": "frame_009.jpg", "id": "n20", "type": "Action" }, { "description": "Exploring", "entity": "Pet", "frame_ref": "frame_009.jpg", "id": "n21", "type": "Emotion" }, { "description": "Phone/remote appears", "entity": "Object", "frame_ref": "frame_010.jpg", "id": "n22", "type": "Environment" }, { "description": "Using tools to attract", "entity": "Human", "frame_ref": "frame_010.jpg", "id": "n23", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_010.jpg", "id": "n24", "type": "Emotion" }, { "description": "Kneeling gently interacting", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n25", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n26", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_012.jpg", "id": "n27", "type": "Environment" }, { "description": "Holding leash", "entity": "Human", "frame_ref": "frame_012.jpg", "id": "n28", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_012.jpg", "id": "n29", "type": "Emotion" } ] }
88
video_1079
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n2", "target": "n4" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n6" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n8" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n10" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Offering a treat", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Excited and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Treat appears", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Walking with curiosity", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Running and chasing", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Walking forward, alert and curious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Offering a treat or engaging in play", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n7", "type": "Action" }, { "description": "Excited and approaching", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Emotion" }, { "description": "Walking and sniffing", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n9", "type": "Action" }, { "description": "Rewarding with a treat", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Emotion" } ] }
89
video_108
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" } ], "nodes": [ { "description": "Gives command and gestures towards the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and ready to respond", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash and treat or toy appear", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Observes and takes photos", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Pets or prepares to feed the dog", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Relaxed and content", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Guides or trains the dog", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Fearful and anxious", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Offers food to the dog", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Excited and anticipating", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" } ] }
90
video_1080
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n2" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n9" }, { "source": "n10", "target": "n11" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Grooming the dog", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Grooming tools present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Environment" }, { "description": "Using electric clipper", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Calm and cooperative", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Holding leash", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Offering treat", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n8", "type": "Action" }, { "description": "Content", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Emotion" }, { "description": "Command training", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n10", "type": "Action" }, { "description": "Engaged", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n11", "type": "Emotion" }, { "description": "Playing with pet", "entity": "Human", "frame_ref": "frame_011.jpg", "id": "n12", "type": "Action" }, { "description": "Excited and energetic", "entity": "Pet", "frame_ref": "frame_011.jpg", "id": "n13", "type": "Emotion" } ] }
91
video_1081
{ "edges": [ { "source": "n1", "target": "n4" }, { "source": "n2", "target": "n1" }, { "source": "n3", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" } ], "nodes": [ { "description": "Cleaning the floor", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "mop and yellow cloth present", "entity": "Object", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Environment" }, { "description": "Observing the pet", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Avoiding the cleaning activity", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious and alert", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Emotion" }, { "description": "Petting and command training", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "leash appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Environment" }, { "description": "Curious and exploring", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Calling the pet", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Excited and approaching", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Performing a martial arts step", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Observing and curious", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" } ] }
92
video_1082
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" } ], "nodes": [ { "description": "Crouching and petting the puppy", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and relaxed", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Bending and calling the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Curious and attentive", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Standing and calling the dog while taking photos", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Sniffing and curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Standing and calling the cat", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Relaxed and confident", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Kneeling and holding the dog's head", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Relaxed and trusting", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Crouching and comforting the puppy", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Content and trusting", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" } ] }
93
video_1083
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n4" }, { "source": "n6", "target": "n7" }, { "source": "n8", "target": "n7" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n10" }, { "source": "n12", "target": "n13" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n15" }, { "source": "n17", "target": "n18" }, { "source": "n19", "target": "n18" }, { "source": "n20", "target": "n21" }, { "source": "n22", "target": "n21" } ], "nodes": [ { "description": "Standing and observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Alert and curious", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Calling and rewarding", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Small object appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Environment" }, { "description": "Using tools to attract and feeding", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n6", "type": "Action" }, { "description": "Eager and attentive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Emotion" }, { "description": "Food or toy appears", "entity": "Object", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Environment" }, { "description": "Using leash", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Calm and attentive", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Environment" }, { "description": "Petting", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Curious and friendly", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" }, { "description": "Feeding and observing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Attentive and relaxed", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Food or substance appears", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Environment" }, { "description": "Taking photos and observing", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Action" }, { "description": "Curious and relaxed", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n18", "type": "Emotion" }, { "description": "Phone or device appears", "entity": "Object", "frame_ref": "frame_007.jpg", "id": "n19", "type": "Environment" }, { "description": "Petting and rewarding", "entity": "Human", "frame_ref": "frame_008.jpg", "id": "n20", "type": "Action" }, { "description": "Content and relaxed", "entity": "Pet", "frame_ref": "frame_008.jpg", "id": "n21", "type": "Emotion" }, { "description": "Book or small object appears", "entity": "Object", "frame_ref": "frame_008.jpg", "id": "n22", "type": "Environment" } ] }
94
video_1084
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n5" }, { "source": "n4", "target": "n5" }, { "source": "n5", "target": "n7" }, { "source": "n6", "target": "n7" }, { "source": "n7", "target": "n9" }, { "source": "n8", "target": "n9" }, { "source": "n9", "target": "n11" }, { "source": "n10", "target": "n11" }, { "source": "n11", "target": "n13" }, { "source": "n12", "target": "n13" } ], "nodes": [ { "description": "Observing while sitting", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and self-grooming", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Leash appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Environment" }, { "description": "Preparing to walk the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Alert and sniffing", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Standing ready with leash", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Action" }, { "description": "Alert and wagging tail", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Emotion" }, { "description": "Walking with dog on leash", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Action" }, { "description": "Relaxed and following", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Emotion" }, { "description": "Guiding dog through space", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Action" }, { "description": "Alert and following", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Emotion" }, { "description": "Standing still observing", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Action" }, { "description": "Alert and exploring", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Emotion" } ] }
95
video_1085
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n3", "target": "n4" }, { "source": "n5", "target": "n6" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n15" }, { "source": "n14", "target": "n15" }, { "source": "n16", "target": "n17" } ], "nodes": [ { "description": "Standing and observing", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Relaxed and alert", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Standing over the dog", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n3", "type": "Action" }, { "description": "Calm and alert", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Emotion" }, { "description": "Walking and calling", "entity": "Human", "frame_ref": "frame_002.jpg", "id": "n5", "type": "Action" }, { "description": "Excited and curious", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n6", "type": "Emotion" }, { "description": "Standing with hands raised", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n7", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n8", "type": "Emotion" }, { "description": "Standing relaxed but attentive", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n9", "type": "Action" }, { "description": "Alert and excited", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n10", "type": "Emotion" }, { "description": "Bending and calling", "entity": "Human", "frame_ref": "frame_005.jpg", "id": "n11", "type": "Action" }, { "description": "Curious with mild interest", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n12", "type": "Emotion" }, { "description": "Treat and toy appear", "entity": "Object", "frame_ref": "frame_006.jpg", "id": "n13", "type": "Environment" }, { "description": "Feeding and playing", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n14", "type": "Action" }, { "description": "Excited and playful", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Emotion" }, { "description": "Cleaning", "entity": "Human", "frame_ref": "frame_007.jpg", "id": "n16", "type": "Action" }, { "description": "Curious and observing", "entity": "Pet", "frame_ref": "frame_007.jpg", "id": "n17", "type": "Emotion" } ] }
96
video_1086
{ "edges": [ { "source": "n1", "target": "n2" }, { "source": "n1", "target": "n3" }, { "source": "n4", "target": "n5" }, { "source": "n6", "target": "n5" }, { "source": "n7", "target": "n8" }, { "source": "n9", "target": "n10" }, { "source": "n11", "target": "n12" }, { "source": "n13", "target": "n14" }, { "source": "n15", "target": "n16" } ], "nodes": [ { "description": "Hugging", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n1", "type": "Action" }, { "description": "Joy", "entity": "Human", "frame_ref": "frame_000.jpg", "id": "n2", "type": "Emotion" }, { "description": "Relaxed", "entity": "Pet", "frame_ref": "frame_000.jpg", "id": "n3", "type": "Emotion" }, { "description": "Crouching", "entity": "Human", "frame_ref": "frame_001.jpg", "id": "n4", "type": "Action" }, { "description": "Curious", "entity": "Pet", "frame_ref": "frame_001.jpg", "id": "n5", "type": "Emotion" }, { "description": "Bag or clothing appears", "entity": "Object", "frame_ref": "frame_001.jpg", "id": "n6", "type": "Environment" }, { "description": "Running", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n7", "type": "Action" }, { "description": "Excited", "entity": "Pet", "frame_ref": "frame_002.jpg", "id": "n8", "type": "Emotion" }, { "description": "Leading and rewarding", "entity": "Human", "frame_ref": "frame_003.jpg", "id": "n9", "type": "Action" }, { "description": "Engaged", "entity": "Pet", "frame_ref": "frame_003.jpg", "id": "n10", "type": "Emotion" }, { "description": "Playing and calling", "entity": "Human", "frame_ref": "frame_004.jpg", "id": "n11", "type": "Action" }, { "description": "Happy", "entity": "Pet", "frame_ref": "frame_004.jpg", "id": "n12", "type": "Emotion" }, { "description": "Sniffing", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n13", "type": "Action" }, { "description": "Exploring", "entity": "Pet", "frame_ref": "frame_005.jpg", "id": "n14", "type": "Emotion" }, { "description": "Walking and leading", "entity": "Human", "frame_ref": "frame_006.jpg", "id": "n15", "type": "Action" }, { "description": "Attentive", "entity": "Pet", "frame_ref": "frame_006.jpg", "id": "n16", "type": "Emotion" } ] }
97
End of preview.
README.md exists but content is empty.
Downloads last month
75