aerial_wildlife_detection icon indicating copy to clipboard operation
aerial_wildlife_detection copied to clipboard

Tools for detecting wildlife in aerial images using active learning

Results 28 aerial_wildlife_detection issues
Sort by recently updated
recently updated
newest added

I just run `cd docker && docker-compose up` on master. ``` aide_app_1 | Synchronizing state of redis-server.service with SysV service script with /lib/systemd/systemd-sysv-install. aide_app_1 | Executing: /lib/systemd/systemd-sysv-install enable redis-server aide_app_1...

This minor change allows exporting point annotations to a YOLO like format.

Added root install under new user

It would be better to have the various software programs running in different containers and reuse existing Docker images for Postgres, redis, etc. The final Dockerfile would be shorter, and...

Hi, After installing, when I try to run ``` ~/aerial_wildlife_detection$ sudo docker/docker_run_cpu.sh ``` I get the following error messages: ``` : "aide_images\r" includes invalid characters for a local volume name,...

Hi Beni, Another one from me. If I have model predictions for an image, I click clear all and the predictions disappear as expected. If I then hit next and...

Hi Beni I've been working on annotations of wildebeest with Colin T and have been providing a tour of the system to our colleagues at the Giraffe Conservation Foundation. I've...

This is what I see running aide with Docker: ``` aide_app_1 | sysctl: setting key "net.ipv4.tcp_keepalive_time": Read-only file system aide_app_1 | sysctl: setting key "net.ipv4.tcp_keepalive_intvl": Read-only file system aide_app_1 |...

Database schema is required by this script: https://github.com/microsoft/aerial_wildlife_detection/blob/de150d03e267676876554f62188689cf4196f4bb/projectCreation/import_images.py#L50 Missing from: https://github.com/microsoft/aerial_wildlife_detection/blob/de150d03e267676876554f62188689cf4196f4bb/config/settings.ini#L127-L140 I would also suggest raising an error if the parameter is mandatory but missing. `schema` should be equal to...

https://github.com/microsoft/aerial_wildlife_detection/blob/de150d03e267676876554f62188689cf4196f4bb/projectCreation/import_images.py#L80-L82 https://github.com/microsoft/aerial_wildlife_detection/blob/de150d03e267676876554f62188689cf4196f4bb/projectCreation/import_images.py#L90-L94 https://github.com/microsoft/aerial_wildlife_detection/blob/de150d03e267676876554f62188689cf4196f4bb/application.py#L69-L73 There are various examples of this in the source code.