Jokeraaron
Jokeraaron
As I reinstall keras=2.1.5, the backend is set to theano, but I cannot change the backend! why??? keras=2.1.5 still cannot work!! Anyone solved this issue?? How ??
> When i run the training program (python train_frcnn_kitti.py), > I have got an error message which was following > > ``` > amori@fmg06[~/keras_frcnn]: python train_frcnn_kitti.py > Using TensorFlow backend....
> Do you use the code directly on testing without training?In my opinion,the file named './model/kitti_frcnn_last.hdf5' is generated during training on your dataset. Around line 97-109, you need to change...