Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
  • Loading branch information
shiyu22 committed Jul 26, 2023
1 parent f6c617b commit c342215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/reverse_image_search/1_build_image_search_engine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@
" return imgs\n",
"\n",
"p_search_img = (\n",
" p_search_pre.map('pred', 'pred images', read_images)\n",
" .output('img', 'pred images')\n",
" p_search_pre.map('pred', 'pred_images', read_images)\n",
" .output('img', 'pred_images')\n",
")\n",
"DataCollection(p_search_img('test/goldfish/*.JPEG')).show()"
]
Expand Down

0 comments on commit c342215

Please sign in to comment.