YoloTensorFlow229
YoloTensorFlow229 copied to clipboard
CS 229 Course Project. Lambert, Vilim, Buhler
Hello guys, I am trying to run TrainYolo.py but I received this error: `NotFoundError (see above for traceback): Tensor name "ConvLayer23_conv_weights/b_ConvLayer23" not found in checkpoint files /home/phong/Downloads/yolo.ckpt` I downloaded the...
Hi,I have a question. Which version of tensorflow used in this project?
Hello, thanks for sharing your project. I was using opencv but opencv cannot read mp4/avi files. so i move skvideo for video reading. anyway, i successfully compiled and run this...
start_frame and end_frame arguments were missing in function declaration although it was passed in the call. Great work.. Helped me a lot :)
Does the demo work? I tried adapting your code but there seems to be many bugs. Also is the K-Means clustering based object tracker (as mentioned in your paper) implemented?