Michael de Gans

Results 73 comments of Michael de Gans

I'm slowly getting there, but not quite ready for a pr. I need to test the coral x86 still. - setup.py works and the packages installs as expected with all...

Got it working on x86 in software tensorflow. #43 works. Still haven't tested the Coral yet. Gonna commit now and finish the rest tomorrow. Will probably also change around CvDistancing...

I fixed the log spam issue and got the Coral running, but it hangs at the first frame. I think it's related to an unsupported configuration on my workstation. It's...

So, the problem was the setup. Coral works plugged into my server without an issue, and the performance is much better than with CPU version. ![Screenshot from 2020-05-02 15-15-45](https://user-images.githubusercontent.com/47511965/80893536-04ab5680-8c88-11ea-8bab-68c188eccf90.png) All...

Almost done reintegrating the Jetson TensorRT code. Do you have any objection to: * Rename the Jetson backend to TensorRT, since it will probably work on any TensorRT platform including...

The TensorRT backend is working. Just need to update some Dockerfiles, test some things, and you'll have a PR. Sorry for the delay, but I got sidetracked. I'm ADD AF....

Re: image names, docker hub supports multiple architectures for a given image name. If you've noticed, for example: ```Dockerfile FROM ubuntu:bionic ``` Will work on nearly any platform. You can...

That's no problem at all. I haven't actually made the proposed change so there is nothing to undo. Just let me run some final tests and I'll submit a PR...

Ok. I haven't tested the Dockerfiles yet but I made some quick changes. They'll probably work fine even with the old Dockerfiles so long as the entrypoint is changed. LMK...

How would you like the config file to look? Right now we have ```ini [App] VideoPath: /some/file.ext ... ``` I might suggest ``` VideoUri: rtsp://hostname/path ``` for uri sources and...