opencaret icon indicating copy to clipboard operation
opencaret copied to clipboard

WIP Perception stuff.

Open frk2 opened this issue 6 years ago • 0 comments

It currently is able to segment a image in a numpy array on gpu. Also we have a live ZED SVO file reader -> segmentation utility so we can see stuff happening live.

You need: https://github.com/frk2/cuda-fun installed for this to work properly.

Make sure you have GIT LFS installed to pull in the test data!

To test first do a ament build and then run:

python3 zed_svo_inference.py ../test_data/videos/drive92-280-small.svo

frk2 avatar Jun 30 '18 22:06 frk2