Skip to content

Commit

Permalink
refactor: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Sep 6, 2023
1 parent 44fb81f commit 0e86dbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tutorials/03-emotion-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
"!wget -nc \"https://www.dropbox.com/s/gzfhwmib7u804zy/defhappy.mp4?raw=1\" -O defhappy.mp4\n",
"\n",
"# Adding Emotion detection\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/udfs/emotion_detector.py\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/functions/emotion_detector.py\n",
"\n",
"# Adding Face Detector\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/udfs/face_detector.py"
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/functions/face_detector.py"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions tutorials/05-asl-action-recognition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
"!wget -nc \"https://www.dropbox.com/s/ti7ptv0gftbk5ji/computer_asl.mp4?dl=0\" -O computer_asl.mp4\n",
"\n",
"#ASL UDF\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/udfs/asl_action_recognition.py -O asl_action_recognition.py \n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/functions/asl_action_recognition.py -O asl_action_recognition.py \n",
"\n",
"#Pickle file containing the mapping of the ASL action to index\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/udfs/asl_20_actions_map.pkl -O asl_20_actions_map.pkl"
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/functions/asl_20_actions_map.pkl -O asl_20_actions_map.pkl"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/13-privategpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"udf_check.execute()\n",
"\n",
"# Adding Emotion detection\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/udfs/sentence_feature_extractor.py\n",
"!wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/functions/sentence_feature_extractor.py\n",
"\n",
"udf = cursor.create_function(\n",
" \"SentenceFeatureExtractor\",\n",
Expand Down

0 comments on commit 0e86dbd

Please sign in to comment.