cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012

Home Page:http://mit.edu/vondrick/vatic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: invalid literal for int() with base 10: '.DS_Store'

GehuaZhang opened this issue · comments

When I run:

turkic load identifier /home/vagrant/vagrant_data/frames/ Label1 Label2 --offline

It shows:

ValueError: invalid literal for int() with base 10: '.DS_Store'

The whole Error was:

Checking integrity... Searching for last frame... Traceback (most recent call last): File "/usr/local/bin/turkic", line 5, in <module> pkg_resources.run_script('turkic==0.2.5', 'turkic') File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script execfile(script_filename, namespace, namespace) File "/usr/local/lib/python2.7/dist-packages/turkic-0.2.5-py2.7.egg/EGG-INFO/scripts/turkic", line 16, in <module> turkic.cli.main() File "/usr/local/lib/python2.7/dist-packages/turkic-0.2.5-py2.7.egg/turkic/cli.py", line 147, in main handler(args[1:]) File "/usr/local/lib/python2.7/dist-packages/turkic-0.2.5-py2.7.egg/turkic/cli.py", line 87, in __init__ self(args, group) File "/home/vagrant/vatic/cli.py", line 158, in __call__ for x in os.listdir(args.location)) File "/home/vagrant/vatic/cli.py", line 158, in <genexpr> for x in os.listdir(args.location)) ValueError: invalid literal for int() with base 10: '.DS_Store'