Jeremy Cohen
Jeremy Cohen
As far as I understand, everything related to the previously initialized session is producing an error. Maybe sessions simply can't be reused ?
Actually the block comment doesn't matter. Somehow the session is still closed. RuntimeError: Attempted to use a closed Session.
Hello, Here's what worked STEP 1 : Run this code to save a checkpoint in a folder ```python with tf.variable_scope('detector'): self.detections = yolo_v3(self.inputs, len(self.classes), data_format='NHWC') self.load_ops = load_weights(tf.global_variables(scope='detector'), FLAGS.weights_file) saver...
This won't generate the "trace" as you showed right? This will only generate a point in the box at the current time, just like add cars. Correct me if I'm...
Hi, did you solve this?
I saw the API call. Then maybe, I should try taking pictures again. However, it was really correct when I checked. So the calibration was fine.
Here's the result I got
Hello, could anyone manage to do it?
Thanks. I’m trying to run Ubuntu 20 with stereo 5Mp synchronized cameras on 64 bit OS. Just posted on the forum. If you manage to do it, please share. I’ll...
Thanks, I want to use it with ROS, and therefore need Ubuntu. I have raspberry pi 4B with 8 Gb. I downloaded Ubuntu Mate with a 64 bit OS. Waiting...