Joshua Bodyfelt, PhD
Joshua Bodyfelt, PhD
Within `test.py` (L35-66) there is some great intra/cross error reporting that might be of interest. That could probably be generalised and classed out to what you want to do, @fire....
The list index out of range comes from the fact that `args.num_layers=2` and `len(self.topologies)=1` within the `Encoder` class.. .
@PeizhuoLi, thank you for your rapid response! Yes, I have these set, but it might be that my end-effectors are 13 rather than 5 (we are interested in fingertips for...
Fully agree! I'm at a point where I need to record to mp4 and udp for playback and I see no other way than with a ffmpeg cmd string, but...
You can possibly handle the downsampling directly in the InfluxQL query. For example, downsampling to reading only every 30 seconds would look something like: ``` SELECT FIRST(field) FROM database..measure WHERE...
Love the idea of internal format of Arrow - [it looks very sweet!](https://arrow.apache.org/overview/)
I'll pull the branch and try to get some feedback by Wed