Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detected bounding box slightly rotated to one direction #50

Open
handsomeRobot opened this issue Mar 25, 2019 · 1 comment
Open

detected bounding box slightly rotated to one direction #50

handsomeRobot opened this issue Mar 25, 2019 · 1 comment

Comments

@handsomeRobot
Copy link

Hi, dengdan, thanks for your repo to help me with the process of my project. I am now training on my own dataset, with your pre-trained 512 weights. Everything goes fine, but I met a problem when doing inference with my trained weights. The bboxes found by my weights are all slightly rotated to a particular orientation. More specifically, all horizontal bboxes are slightly rotated clockwise to various degrees, like 5 degree to 15 degree. This is wired since no bboxes are rotated anti-clockwise. Just before I check the code with care, could you give me a hint of what might be going wrong? Thanks in advance.

@handsomeRobot
Copy link
Author

Some changes I do:

  1. xrange -> range to be compatible with my python3 env.
  2. I used opencv3, no error encounted, do not know if this is the issue.
  3. I replaced optimizer from Momentum to Adam to bypass NaN loss error.
  4. My own data is PASCAL format, so I rewrite a script to write it into tf-records, the data looks good in tensorboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant