Daniel Pressel

Results 27 comments of Daniel Pressel

Yeah, you can use your own by subclassing: https://github.com/dpressel/rude-carnie/blob/master/detect.py#L5 It currently requires a small tweak to the code base. Basically subclass in detect.py and then in `utils.py`, edit this function...

Im not sure how it actually could be any easier. I could make it a plugin but that adds complexity to the program. Subclassing is intuitive, the interface is quite...

This sounds like a system issue, not an issue with the code. Maybe check if you can run anything else with cuDNN (or maybe the cuda sample programs). Once you...

Cannot replicate. Would need more information about your data. Works fine for me

I have not seen a single image take that amount of time. How are you profiling?

You will definitely want to batch your images. Also you may want to look at some of the other tickets surrounding video processing. Several people seem to have modified `guess.py`...

Thanks for submitting this. I need a bit more time to review the change. Thanks for your patience

It does make sense that transferring the `image_batch.eval()` should cause an allocation. And, once memory is allocated for a process the OS doesnt return it. However, I would expect that...

Yes, both functions should IMO.

i have not tried to run this code for video. As I have mentioned I normally run this on batches Images. However I have code in the repository to export...