Bobby Chen

Results 14 comments of Bobby Chen

> hello, thanks for your work but i met a problem when i was running the codes. firstly i bash the download.sh, successfully, and then i try to python run_cam.py,...

> 作者,您好?我想问下该项目能否在intel神经棒上运行?因为keras使用的是.h文件,请问.h文件能否转化成或者该项目能否转化成其他框架下的? Intel 神经计算棒(NCS) 是可以使用 Tensorflow 输出的 .pd 文件转换成 NCS 可使用的 graph 文件 , 所以将 .h5 文件转换成 .pd 文件即可,具体步骤如下 Keras Model -> TensorFlow Session -> TensorFlow Meta File -> NCS...

You just change this line. https://github.com/yehengchen/Object-Detection-and-Tracking/blob/7993e32f9c8dacc395d4c2859ec5c197879278fc/OneStage/yolo/deep_sort_yolov3/yolo.py#L127

你好,@artree222 是的,我这里训练了车辆的检测模型,然后更改相应检测目标就行,关于跟踪模型最好是能训练适用于车辆的模型。可以参考 https://github.com/nwojke/deep_sort/issues/38

> 您好: > > 我在win10底下,使用python main.py --input input/test.mp4 --output output/test.avi --yolo yolo-obj > 出現以下訊息 > [INFO] loading YOLO from disk... > [INFO] 1283 total frames in video > [INFO] single...

@artree222 检查一下输入视频的路径

你好, 这个项目我是拿1080Ti跑的,输入416大概15FPS左右。 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: JiaqiJin

只做行人检测就只需要训练行人数据集就行了,如果用coco或者voc集的权重就过滤其他目标只检测行人,具体的模型参数要根据你的检测集进行调整。