Luke Chang
Luke Chang
Next, I'm working on a few major updates. 1) Continue incorporating M1 & NVIDIA GPUS into detection modules 2) Creating GPU accelerated data loaders for images and videos. 3) Refactoring...
> Yes! This is a major refactor with the primary goal of improving speed and ability to use GPUs as well as making the package easier to maintain. We only...
@ejolly , I'm pretty much done with the major refactor. All models and detectors seem to be working. Everything is MUCH faster even on CPU. 1. I have dramatically refactored...
Thanks @ichitaka for the excellent suggestion. We have completely refactored our toolbox to use the pytorch data loaders. We can report that there is now dramatic speedups on CPU, but...
Sorry, some of the notebooks are designed to work with the class jupyter server, where I have more control over where the data is located. You will have to change...
- how to figure out how to use a function - inputs and outputs - how do keywords work? And how do you figure out how to use them? -...
Hi @thor4, you are correct that many of the paths in the notebooks are set up for dartmouth students on our jupyterhub server. However, I've tried to include instructions to...
hi @JJliao13 , apologies for the delay. I'm not sure I can provide much help on this without knowing more details about your design and what you are trying to...
I believe we have addressed this issue with #411 . closing for now.
@ejolly , I've added code to create interactive plots with real-time py-feat detection on live captured data suggested in issue #168. This is fairly complicated to get working in a...