Kevin Horecka

Results 7 comments of Kevin Horecka

FYI, I went into circle_plot.py and commented out the import line. I added 'np.' to the front of the tril_indices call (making it 'np.tril_indices...'). Now everything runs properly.

Can confirm. Has been happening for over a month. Also seems to happen when reordering playlists. If you delete or reorder enough times it eventually succeeds. Edit: may be a...

Seeing the behavior @rjrebel10 describes. Gotta work around it by basically redownloading everything manually which makes the connector not all that useful.

My guess is this is related to https://github.com/kevroy314/respmon/blob/d1f9134a5a1df9f8e51f2746a59ec76cef7e8800/base.py#L466 The codec that will work here is system-specific. My suggestion would be to take a look at the OpenCV example on saving...

Hey Paula, I believe you'll need to adjust some hyperparameters for birds - their respiration is probably a lot faster than the parameters I tuned to (I did the tuning...

So the .npy file contains the result of the signal processing. So you should be able to open that and graph it. It contains a list of tuples (time and...

Yes, the first value is in seconds, but it's determined from your FPS of your camera. Some cameras will make this less reliable than others so keep in mind that...