minkyuchoi commited on
Commit
3c01c63
·
verified ·
1 Parent(s): ebd7632

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -1,10 +1,8 @@
1
  # Temporal Logic Video (TLV) Dataset
2
- ## Overview
3
  <!-- PROJECT LOGO -->
4
  <br />
5
  <div align="center">
6
  <h3 align="center">Temporal Logic Video (TLV) Dataset</h3>
7
-
8
  <p align="center">
9
  Synthetic and real video dataset with temporal logic annotation
10
  <br />
@@ -27,7 +25,7 @@ The Temporal Logic Video (TLV) Dataset addresses the scarcity of state-of-the-ar
27
  ## Table of Contents
28
 
29
  - [Dataset Composition](#dataset-composition)
30
- - [Dataset (Release)](#dataset)
31
  - [Installation](#installation)
32
  - [Usage](#usage)
33
  - [Data Generation](#data-generation)
@@ -48,7 +46,7 @@ The Temporal Logic Video (TLV) Dataset addresses the scarcity of state-of-the-ar
48
  - Annotation: Temporal Logic specifications added to existing data
49
 
50
  ## Dataset
51
- Though we provide a source code to generate datasets from different types of data sources, we release a dataset v1 as a proof of concept.
52
 
53
  ### Dataset Structure
54
 
@@ -61,13 +59,13 @@ We provide a v1 dataset as a proof of concept. The data is offered as serialized
61
  Each serialized object contains the following attributes:
62
  - `ground_truth`: Boolean indicating whether the dataset contains ground truth labels
63
  - `ltl_formula`: Temporal logic formula applied to the dataset
64
- - `proposition`: A set of proposition for ltl_formula
65
  - `number_of_frame`: Total number of frames in the dataset
66
  - `frames_of_interest`: Frames of interest which satisfy the ltl_formula
67
  - `labels_of_frames`: Labels for each frame
68
  - `images_of_frames`: Image data for each frame
69
 
70
- You can download a dataset from here. The structure of dataset is as follows: serializer
71
  ```
72
  tlv-dataset-v1/
73
  ├── tlv_real_dataset/
 
1
  # Temporal Logic Video (TLV) Dataset
 
2
  <!-- PROJECT LOGO -->
3
  <br />
4
  <div align="center">
5
  <h3 align="center">Temporal Logic Video (TLV) Dataset</h3>
 
6
  <p align="center">
7
  Synthetic and real video dataset with temporal logic annotation
8
  <br />
 
25
  ## Table of Contents
26
 
27
  - [Dataset Composition](#dataset-composition)
28
+ - [Dataset](#dataset)
29
  - [Installation](#installation)
30
  - [Usage](#usage)
31
  - [Data Generation](#data-generation)
 
46
  - Annotation: Temporal Logic specifications added to existing data
47
 
48
  ## Dataset
49
+ Though we provide a source code to generate datasets from different data sources, we release a dataset v1 as a proof of concept.
50
 
51
  ### Dataset Structure
52
 
 
59
  Each serialized object contains the following attributes:
60
  - `ground_truth`: Boolean indicating whether the dataset contains ground truth labels
61
  - `ltl_formula`: Temporal logic formula applied to the dataset
62
+ - `proposition`: A set of propositions for ltl_formula
63
  - `number_of_frame`: Total number of frames in the dataset
64
  - `frames_of_interest`: Frames of interest which satisfy the ltl_formula
65
  - `labels_of_frames`: Labels for each frame
66
  - `images_of_frames`: Image data for each frame
67
 
68
+ You can download a dataset from here. The structure of the dataset is as follows: serializer.
69
  ```
70
  tlv-dataset-v1/
71
  ├── tlv_real_dataset/