diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-02 09:51:12 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-02 09:51:12 +0200 |
| commit | 7f9ebd2265db8b8ea46f16b82d83e7a9fac00bc8 (patch) | |
| tree | c40aeaef2d201abd40a218e4fbdee66a6c7bb865 /megapixels/notebooks/datasets/leeds_sports_pose | |
| parent | 978c3a6073692df1c770a662eaf31835ed93f1dc (diff) | |
add nbs
Diffstat (limited to 'megapixels/notebooks/datasets/leeds_sports_pose')
| -rw-r--r-- | megapixels/notebooks/datasets/leeds_sports_pose/leeds_sports_pose_exif.ipynb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/megapixels/notebooks/datasets/leeds_sports_pose/leeds_sports_pose_exif.ipynb b/megapixels/notebooks/datasets/leeds_sports_pose/leeds_sports_pose_exif.ipynb index 1fc5c795..a0bb9dac 100644 --- a/megapixels/notebooks/datasets/leeds_sports_pose/leeds_sports_pose_exif.ipynb +++ b/megapixels/notebooks/datasets/leeds_sports_pose/leeds_sports_pose_exif.ipynb @@ -240,6 +240,35 @@ }, { "cell_type": "code", + "execution_count": 62, + "metadata": {}, + "outputs": [], + "source": [ + "a = b'{\\n \"programs\": [\\n\\n ],\\n \"streams\": [\\n {\\n \"width\": 320,\\n \"height\": 240\\n }\\n ],\\n \"format\": {\\n \"filename\": \"/tmp/HACS/v_RTqTlBt8iWc.mp4\",\\n \"nb_streams\": 2,\\n \"nb_programs\": 0,\\n \"format_name\": \"mov,mp4,m4a,3gp,3g2,mj2\",\\n \"format_long_name\": \"QuickTime / MOV\",\\n \"start_time\": \"0.000000\",\\n \"duration\": \"87.910000\",\\n \"size\": \"4633146\",\\n \"bit_rate\": \"421626\",\\n \"probe_score\": 100,\\n \"tags\": {\\n \"major_brand\": \"mp42\",\\n \"minor_version\": \"0\",\\n \"compatible_brands\": \"isommp42\",\\n \"creation_time\": \"2012-03-25T12:22:52.000000Z\"\\n }\\n }\\n}\\n'" + ] + }, + { + "cell_type": "code", + "execution_count": 63, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'{\\n \"programs\": [\\n\\n ],\\n \"streams\": [\\n {\\n \"width\": 320,\\n \"height\": 240\\n }\\n ],\\n \"format\": {\\n \"filename\": \"/tmp/HACS/v_RTqTlBt8iWc.mp4\",\\n \"nb_streams\": 2,\\n \"nb_programs\": 0,\\n \"format_name\": \"mov,mp4,m4a,3gp,3g2,mj2\",\\n \"format_long_name\": \"QuickTime / MOV\",\\n \"start_time\": \"0.000000\",\\n \"duration\": \"87.910000\",\\n \"size\": \"4633146\",\\n \"bit_rate\": \"421626\",\\n \"probe_score\": 100,\\n \"tags\": {\\n \"major_brand\": \"mp42\",\\n \"minor_version\": \"0\",\\n \"compatible_brands\": \"isommp42\",\\n \"creation_time\": \"2012-03-25T12:22:52.000000Z\"\\n }\\n }\\n}\\n'" + ] + }, + "execution_count": 63, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "a.decode()" + ] + }, + { + "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], |
