Commit
·
75d61c6
1
Parent(s):
efe22c5
[feat] - improve stats
Browse files
README.md
CHANGED
@@ -36,20 +36,21 @@ In order to use, exploit, and generate this dataset, a framework titled `MoViFex
|
|
36 |
|
37 |
### General
|
38 |
|
39 |
-
| Aspect
|
40 |
-
|
|
41 |
-
| **Total number of movies**
|
42 |
-
| **Average frames extracted per movie**
|
43 |
-
| **Total number of frames
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
50 |
-
|
|
51 |
-
| **
|
52 |
-
| **
|
|
|
53 |
|
54 |
### Required Capacity
|
55 |
|
@@ -83,11 +84,11 @@ Inside each of the mentioned folders, there are two folders titled `incp3` and `
|
|
83 |
|
84 |
#### A: Atomic Features (folders full_movies, movie_shots, and movie_trailers)
|
85 |
|
86 |
-
Inside each feature extractor folder (_e.g.,_ `full_movies/incp3` or `movie_trailers/vgg19`) you can find a set of folders with unique title (_e.g.,_ `0000000778`) indicating the ID of the movie in **
|
87 |
|
88 |
#### B: Aggregated Features (folders full_movies_agg, movie_shots_agg, and movie_trailers_agg)
|
89 |
|
90 |
-
Inside each feature extractor folder (_e.g.,_ `full_movies_agg/incp3` or `movie_trailers_agg/vgg19`) you can find a set of `json` files with unique title (_e.g.,_ `0000000778.json`) indicating the ID of the movie in **
|
91 |
|
92 |
### Level IV. Packets (Atomic Feature Folders Only)
|
93 |
|
@@ -136,7 +137,7 @@ The described structure is presented below in brief:
|
|
136 |
|
137 |
### `stats.json` File
|
138 |
|
139 |
-
The `stats.json` file placed in the root contains valuable information about the characteristics of each of the movies, fetched from **
|
140 |
|
141 |
```json
|
142 |
[
|
|
|
36 |
|
37 |
### General
|
38 |
|
39 |
+
| Aspect | Value |
|
40 |
+
| ------------------------------------------------ | --------- |
|
41 |
+
| **Total number of movies** | 274 |
|
42 |
+
| **Average frames extracted per movie** | 7,732 |
|
43 |
+
| **Total number of frames/embeddings** | 2,158,301 |
|
44 |
+
| **Total number of full-movie frames/embeddings** | 2,118,647 |
|
45 |
+
| **Total number of trailer frames/embeddings** | 39,654 |
|
46 |
+
|
47 |
+
### Hybrid (combined with **MovieLens 25M** ([link](https://grouplens.org/datasets/movielens/25m/)))
|
48 |
+
|
49 |
+
| Aspect | Value |
|
50 |
+
| --------------------------------- | --------- |
|
51 |
+
| **Average movie ratings:** | 3.88/5 |
|
52 |
+
| **Total number of users:** | 158,146 |
|
53 |
+
| **Total number of interactions:** | 2,869,024 |
|
54 |
|
55 |
### Required Capacity
|
56 |
|
|
|
84 |
|
85 |
#### A: Atomic Features (folders full_movies, movie_shots, and movie_trailers)
|
86 |
|
87 |
+
Inside each feature extractor folder (_e.g.,_ `full_movies/incp3` or `movie_trailers/vgg19`) you can find a set of folders with unique title (_e.g.,_ `0000000778`) indicating the ID of the movie in **MovieLens 25M** ([link](https://grouplens.org/datasets/movielens/25m/)) dataset. Accordingly, you have access to the visual features extracted from the movie `0000000778`, using Inception-v3 and VGG-19 extractors, in full-length frame, full-length shot, and trailer levels.
|
88 |
|
89 |
#### B: Aggregated Features (folders full_movies_agg, movie_shots_agg, and movie_trailers_agg)
|
90 |
|
91 |
+
Inside each feature extractor folder (_e.g.,_ `full_movies_agg/incp3` or `movie_trailers_agg/vgg19`) you can find a set of `json` files with unique title (_e.g.,_ `0000000778.json`) indicating the ID of the movie in **MovieLens 25M** ([link](https://grouplens.org/datasets/movielens/25m/)) dataset. Accordingly, you have access to the aggregated visual features extracted from the movie `0000000778` (and available on the atomic features folders), using Inception-v3 and VGG-19 extractors, in full-length frame, full-length shot, and trailer levels.
|
92 |
|
93 |
### Level IV. Packets (Atomic Feature Folders Only)
|
94 |
|
|
|
137 |
|
138 |
### `stats.json` File
|
139 |
|
140 |
+
The `stats.json` file placed in the root contains valuable information about the characteristics of each of the movies, fetched from **MovieLens 25M** ([link](https://grouplens.org/datasets/movielens/25m/)).
|
141 |
|
142 |
```json
|
143 |
[
|