Commit 29065427 authored by it20118068's avatar it20118068

Update training

parent 54d93ed3
...@@ -277,9 +277,7 @@ ...@@ -277,9 +277,7 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": 12,
"id": "229752f0-4b3a-4e7f-90f7-dc9988871893", "id": "229752f0-4b3a-4e7f-90f7-dc9988871893",
"metadata": { "metadata": {},
"scrolled": false
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
...@@ -369,7 +367,7 @@ ...@@ -369,7 +367,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.9" "version": "3.11.3"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
This diff is collapsed.
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
"VIDEO_PATH = 'VideoData'\n", "VIDEO_PATH = 'VideoData'\n",
"\n", "\n",
"# Actions that we try to detect\n", "# Actions that we try to detect\n",
"actions = np.array(['tell','hello','mine','thankyou'])\n", "actions = np.array(['a','tell','hello','mine','thankyou','go','eat','drink','y','lift'])\n",
"\n", "\n",
"# Number of videos per action\n", "# Number of videos per action\n",
"no_videos = 10\n", "no_videos = 10\n",
......
...@@ -7788,7 +7788,7 @@ ...@@ -7788,7 +7788,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.9" "version": "3.11.3"
} }
}, },
"nbformat": 4, "nbformat": 4,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment