Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update demo.ipynb #3004

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions samples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,21 @@
"# COCO Class names\n",
"# Index of the class in the list is its ID. For example, to get ID of\n",
"# the teddy bear class, use: class_names.index('teddy bear')\n",
"class_names = ['BG', 'person', 'bicycle', 'car', 'motorcycle', 'airplane',\n",
" 'bus', 'train', 'truck', 'boat', 'traffic light',\n",
" 'fire hydrant', 'stop sign', 'parking meter', 'bench', 'bird',\n",
" 'cat', 'dog', 'horse', 'sheep', 'cow', 'elephant', 'bear',\n",
" 'zebra', 'giraffe', 'backpack', 'umbrella', 'handbag', 'tie',\n",
" 'suitcase', 'frisbee', 'skis', 'snowboard', 'sports ball',\n",
" 'kite', 'baseball bat', 'baseball glove', 'skateboard',\n",
" 'surfboard', 'tennis racket', 'bottle', 'wine glass', 'cup',\n",
" 'fork', 'knife', 'spoon', 'bowl', 'banana', 'apple',\n",
" 'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza',\n",
" 'donut', 'cake', 'chair', 'couch', 'potted plant', 'bed',\n",
" 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote',\n",
" 'keyboard', 'cell phone', 'microwave', 'oven', 'toaster',\n",
" 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors',\n",
" 'teddy bear', 'hair drier', 'toothbrush']"
"class_names = ['BG', 'شخص', 'دوچرخه', 'ماشین', 'موتور', 'هواپیما',\n",
" 'اتوبوس', 'قطار', 'کامیون', 'کشتی', 'چراغ راهنمایی و رانندگی',\n",
" 'شیر آتش نشانی آتش', 'نشان ایست', 'پارکومتر', 'نیمکت', 'پرنده',\n",
" 'گربه', 'سک', 'اسب', 'گوسفند', 'گاو', 'فیل', 'خرس',\n",
" 'گورخر', 'زرافه', 'کوله پشتی', 'چتر', 'کیف دستی', 'کراوات',\n",
" 'چمدان', 'بشقاب پرنده', 'اسکی', 'اسنوبرد', 'توپ ورزشی',\n",
" 'دیدن', 'چوب بیس بال', 'دستکش بیسبال', 'اسکیت برد',\n",
" 'تخته موج سواری', 'راکت تنیس', 'بطری', 'لیوان شراب', 'فنجان',\n",
" 'چنگال', 'چاقو', 'قاشق', 'کاسه', 'موز', 'سیب',\n",
" 'ساندویچ', 'پرتغال', 'کلم بروکلی', 'هویج', 'هات داگ', 'پیتزا',\n",
" 'دونات', 'کیک', 'صندلی', 'نیمکت', 'گیاه گلدانی', 'بستر',\n",
" 'میز غذاخوری', 'توالت', 'تلویزیون', 'لپ تاپ', 'موش', 'ریموت',\n",
" 'کیبورد', 'تلفن همراه', 'مایکروویو', 'فر', 'توستر',\n",
" 'سینک', 'یخچال', 'کتاب', 'ساعت', 'گلدان', 'قیچی',\n",
" 'خرس عروسکی', 'سشوار', 'مسواک']"
]
},
{
Expand Down