Omar Abid

Results 5 comments of Omar Abid

Hey everyone, I took the following steps: 1. Change the `utils/nms_utils.py` lines 53-55 to: ``` boxes = tf.concat(boxes_list, axis=0, name='output/box_output') score = tf.concat(score_list, axis=0, name='output/score_output') label = tf.concat(label_list, axis=0, name='output/label_output')...

You could try ssh'ing using the `ssh -Y hostname` flag.

For anyone that may be interested, I had a difficult time getting @alexanderkoumis RGB Pointcloud working on Ubuntu 16.04. For this reason, I've pushed a modified repository. Also added some...

hey @abaybektursun , I used threads to separate the display of the incoming video feed from the underlying Object Detection and tracking for a more smooth video output. You can...

hey everyone. I've updated the repo to load from a video file. Check it out. Let me know if you have any issues with it.