you359 / Keras-FasterRCNN

keras implementation of Faster R-CNN
MIT License
334 stars 215 forks source link

Can i get a real-time demo python file? #48

Open KimTaeHyeong-97 opened 4 years ago

KimTaeHyeong-97 commented 4 years ago

test_frcnn.py is working well.. but it is a image detection code. I want to real-time object detection demo python file..(webcam or video file) anyone who knows the answer?

tahabenabbou commented 4 years ago

test_frcnn.py doesn't work with me it returns an empty all_dets list and doesnt creat the result folder can u help with that @KimTaeHyeong-97

KimTaeHyeong-97 commented 4 years ago

https://ultrakid.tistory.com/22 sorry for my late comment.. here is my blog. I wrote about faster R-CNN setting method. check my blog and hope you well.