yangxue0827 / FPN_Tensorflow

A Tensorflow implementation of FPN detection framework.
416 stars 150 forks source link

The training is not going on #8

Open quaner2557 opened 6 years ago

quaner2557 commented 6 years ago

I modified the config to train my own data, and there is no any error reported. However, the training is always on the step 0. Hope you can give me some clues. My device is GeForce GTX 1060 6GB. THKS!

yangxue0827 commented 6 years ago

Did you create right tfrecord or change the path of ROOT_PATH in cfgs.py.

yangxue0827 commented 5 years ago

Recommend improved code: https://github.com/DetectionTeamUCAS/FPN_Tensorflow. @quaner2557