vislab icon indicating copy to clipboard operation
vislab copied to clipboard

Set of modules and datasets for visual recognition.

Results 4 vislab issues
Sort by recently updated
recently updated
newest added

I try to download ava dataset by "python datasets/ava.py", but the error information is shown as "ImportError: No module named vislab". Where can i find the vislab module. Thanks!

While using the pinterest scraper, I came across the following error: Obtained 550 results after 9 scrolls Scraping: http://www.pinterest.com/nealthegr8/detailed/ URL failed: http://www.pinterest.com/nealthegr8/detailed/ connections attempted: 1 exception message: 'NoneType' object has...

Hi Sergey - I noticed in /vislab/feature.py there is a compute command which appears to load the features. I'd just like to confirm the end-to-end procedure of adding my own...

It seems the main method to load Caffe's CNN features is from the caffe function in vislab / features / misc.py. I have several questions on performance: 1. Why does...