youtubevos / cocoapi

COCO API Customized for YouTubeVIS evaluation

Home Page:https://youtube-vos.org/dataset/vis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name 'unicode' is not defined

anirudh-chakravarthy opened this issue · comments

Hi,

I was using loadRes in ytvos.py at Line 216, and I came across the following error:
NameError: name 'unicode' is not defined

I believe it has something to with Python3 replacing unicode with str.

Is pycocotools not built for Python3? Could this be changed?