Junjue Wang
Junjue Wang
Thank you for your interest. We are planning to support more object detectors. The priority of which models to include is a trade-off between popularity, speed-accuracy of the model, and...
This is likely due to opencv not correctly linked. Double-check vatic_tracking/setup.py, "include_dirs" and "library_dirs" in extensions are pointing to the correct version of opencv
Another way is to change getpage function in class Job in vatic/models.py to: return "/index.html?id={0}".format(self.id) By doing so, we're forcing index.html to be included in the url. This solution can...
After digging into the code, I found the solution. In the object box shown as below, there is a check mark on the top right corner. After clicking that and...
I'm running offline mode. You need to create an object first by clicking the add button, and then you'll see it
A more well-maintained fork of vatic is here: https://github.com/johndoherty/vatic
@gsikheria I didn't encounter any problem compiling the module. I compiled it on ubuntu 14.04 with gcc 4.8.4 and cython -0.24