Is there a way to send past frames to a neural network node? For example, have a neural network node that computes differences between two images, and send the current image from a mono camera node and the image from the same camera but from the last frame?
Sending current and previous frame to neural network
Hi mrvladimir ,
I have created a simple demo that shows this functionality
Thanks, Erik
Awesome, just what I was looking for!