Can Yang

Results 12 issues of Can Yang

Thank you for this wonderful work! I plan to cluster trajectories with my own data. However, the following test fails https://github.com/bednarikjan/TrajectoryClustering/blob/13e4ec337ae9d393d0a05d2de6d2461a78e22b5c/clustering.py#L261-L270 ``` Traceback (most recent call last): File "clustering.py", line...

In the training script `config.model_path` is used for loading weights. https://github.com/jinfagang/keras_frcnn/blob/5a8610c2ef45b2fb38fc2fbebf4c726e680b8b3e/train_frcnn_kitti.py#L91-L94 However, finally the config.model_path is used for export. https://github.com/jinfagang/keras_frcnn/blob/5a8610c2ef45b2fb38fc2fbebf4c726e680b8b3e/train_frcnn_kitti.py#L240-L243 Can you explain these lines? I guess that you copy...