Jonathan Newman

Results 8 issues of Jonathan Newman

Currently instructions indicate that deeplabcut should be installed as a pip dependency but don't go into how to get a CPU or GPU dlc version. DLC solved this by just...

enhancement

The default behavior in oat components is to close when the upstream data source exits. When `oat-record` is in interactive mode, it does not do this because `std::getline` blocks. It...

bug

In `oat-record` component, destruction of the record control thread requires some custom cleanup. In this case, as per @shlevy in #17 > It would probably be better to either a)...

enhancement

I need the `RetrieveBuffer()` call to block unless an external trigger causes a new frame to be transmitted. The first time it is called, if a previous frame has been...

bug

https://github.com/jonnew/ONIX/tree/main/breakout/case has a lot of deprecated designs etc in it and no README describing what is what. I think we need to clean this directory up for it to be...

As discussed in #20, the error codes in [onidefs.h](https://github.com/jonnew/open-ephys-pcie/blob/2f3a7a3fdc857a82fe23ff324cd22e848406b65d/api/liboni/onidefs.h#L19) need review. Some are too specific to xillybus, and we need to think through the overly generic nature of others. Since...

The library is useful outside of ROS. Therefore, it would be nice if the test data was provided in a format that did not depend on ROS (i.e. in the...

These are things I noticed during assembly that I thought may have some room for improvement, or not. I'm planning to amend this issue as I go. 1. I think...