|
10 | 10 | "In this demo, we show how to use Fog-X to collect and manage your robotics learning dataset. We show the following aspects of the Fog-X: \n",
|
11 | 11 | "* Support for existing Open-X datasets\n",
|
12 | 12 | "* Data Analytics and Management \n",
|
13 |
| - "* Use for Pytorch Learning, Export and Share with Open-X(rlds) and HuggingFace\n", |
14 |
| - "We also compare the disk saving of Fog-X at the end " |
| 13 | + "* Use for Pytorch Learning\n", |
| 14 | + "* Export and Share with Open-X (Tensorflow rlds) and HuggingFace\n", |
| 15 | + "\n", |
| 16 | + "We also compare the disk saving (43\\%!) of Fog-X at the end." |
15 | 17 | ]
|
16 | 18 | },
|
17 | 19 | {
|
|
47 | 49 | },
|
48 | 50 | {
|
49 | 51 | "cell_type": "code",
|
50 |
| - "execution_count": 3, |
| 52 | + "execution_count": null, |
51 | 53 | "id": "f52d6801",
|
52 | 54 | "metadata": {},
|
53 |
| - "outputs": [ |
54 |
| - { |
55 |
| - "name": "stderr", |
56 |
| - "output_type": "stream", |
57 |
| - "text": [ |
58 |
| - "2024-04-10 05:55:23.407831: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", |
59 |
| - "To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n", |
60 |
| - "2024-04-10 05:55:25.093129: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n", |
61 |
| - "2024-04-10 05:55:26.119965: W external/local_tsl/tsl/platform/cloud/google_auth_provider.cc:184] All attempts to get a Google authentication bearer token failed, returning an empty token. Retrieving token from files failed with \"NOT_FOUND: Could not locate the credentials file.\". Retrieving token from GCE failed with \"FAILED_PRECONDITION: Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Could not resolve host: metadata.google.internal\".\n", |
62 |
| - "2024-04-10 05:55:42.883933: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
63 |
| - "2024-04-10 05:55:58.639679: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
64 |
| - "2024-04-10 05:56:15.328568: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
65 |
| - "2024-04-10 05:56:36.827206: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
66 |
| - "2024-04-10 05:57:07.586553: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
67 |
| - "2024-04-10 05:57:28.671534: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
68 |
| - "2024-04-10 05:57:51.859226: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
69 |
| - "2024-04-10 05:58:15.528222: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
70 |
| - "2024-04-10 05:58:32.790615: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
71 |
| - "2024-04-10 05:58:51.843846: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n", |
72 |
| - "2024-04-10 05:58:53.939596: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n" |
73 |
| - ] |
74 |
| - } |
75 |
| - ], |
| 55 | + "outputs": [], |
76 | 56 | "source": [
|
77 | 57 | "dataset.load_rtx_episodes(\n",
|
78 | 58 | " name=\"berkeley_autolab_ur5\",\n",
|
|
0 commit comments