Xunfei Zhou

Results 3 comments of Xunfei Zhou

I believe GPU training is only available on NVIDIA cards with CUDA cores. On Thu, Jan 10, 2019 at 20:39 rpg7000 wrote: > I have an AMD Radeon 580, and...

import trimesh tmp = PLYPATH data = trimesh.load(tmp) data.show()

> how to use video file as a frame source instead of a camera? ``` # Video source from webcam or video file. video_src = 0 cam = cv2.VideoCapture(video_src) ```...