msreevani060

Results 4 comments of msreevani060

While trying to run Run.py file throws error below : init Traceback (most recent call last): File "/content/rPPG/run.py", line 65, in runPOS(source) File "/content/rPPG/run.py", line 39, in __call__ capture =...

I am also facing the same issue. Help me plz to run this code

I was trying as shown below : self.plot_pipe = None if self.plot: self.plot_pipe, plotter_pipe = mp.Pipe() self.plotter = DynamicPlot(self.signal_size, self.batch_size) self.plot_process = mp.Process(target=self.plotter, args=(plotter_pipe,), daemon=True) self.plot_process.start() x=self.plotter.__call__(plotter_pipe) y=self.plotter.call_back() print('y', y.data)...