William Li
William Li
> I had this issue too, seems like pcl introduces a dependency on /usr/bin/python2.7 as mentioned [here](https://github.com/robotology/yarp/issues/2725) and [here](https://issueexplorer.com/issue/robotology/yarp/2725). To check if this is what is causing your issues, take...
@kailianc Is it possible to turn on two rear camera for video recording at same time?
The problem is solved, when PyTorch version >= 1.3.0, it is required to add **mark_non_differentiable() must be used to tell the engine if an output is not differentiable.** https://pytorch.org/docs/master/notes/extending.html Solution:...