jeremy rutman
jeremy rutman
after ./configure && make in /lib I also tried clang -L. -I. face.c -lccv `cat .deps` which produces an a.out that segfaults - tho it seems the make was not...
I put a symlink to my labelme dir in /var/www/html and can reach tool.html at http://localhost/labelme/tool.html, but still get `tool.html:68 Uncaught ReferenceError: StartupLabelMe is not defined` even after making the...
ok, [this](https://github.com/CSAILVision/LabelMeAnnotationTool/blob/master/UBUNTU.md) took care of me
These appear to be images that got truncated. opencv loads them fine with original dimensions, (so a check in parse.py won't prevent the problem) but the darknet code dies on...
any truncated image will do this due to the c code used for loading the image. You can add a check to the code eg. a try/catch, or hope there...
You can fix the original C code which is lacking a check for this error On Thu, Jun 27, 2019 at 10:41 AM utkarsh1508 wrote: > Did someone solve the...
If data_dir is owned by curent user and group is users (and DOCKER_USER is not set) then `pelias elastic start` completes and `docker-compose ps` shows it 'up' and not restarting...
changing to user 'deploy' ( uid 1000 ) and chown of data_dir to deploy (group users) , and adding 'deploy' to docker group (`sudo gpasswd -a deploy docker`) seems to...
and a complementary error - if the same dir .../planet/test_cases doesnt exist, another crash . ``` jeremyr@bolt88:/data_c/users/jeremy/pelias/docker/projects/planet$ pelias compose up Starting pelias_schema ... pelias_elasticsearch is up-to-date Starting pelias_geonames ... pelias_libpostal...
a second round of ``` pelias download all pelias prepare all pelias import all ``` seems to have taken care of it. I may have run out of disk space,...