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

EOFError #14

Open
donglin8506 opened this issue Aug 20, 2019 · 1 comment
Open

EOFError #14

donglin8506 opened this issue Aug 20, 2019 · 1 comment

Comments

@donglin8506
Copy link

donglin8506 commented Aug 20, 2019

Hello,@JingChaoLiu
I occured the problem about 'EOFError' when I train train.py. I can train without any error for much time (such as 24 hours), but after that , occurs problem as follow:

image

Surprisingly,After the problem occurs, I interrupt code, then I still python train_net.py for a period of time, but then error. Repeated appearance. Cycle.

@JingChaoLiu
Copy link
Collaborator

To reproduce the F-score of this paper, it's recommended to git clone or fork from the maskrcnn benchmark repository, instead of this repository.

In order to transfer the trained model to the maskrcnn benchmark framework and achieve the same F-score mentioned in the paper, there are some unnecessary modifications to keep consistency with the company-private framework, like the pixel value is in the range of [0, 1] rather than [0, 255], PIL.Image.Open() to cv2.imread(), StrideIn1x1=False, see this commit for more details.

  1. Haven't been tested in the training stage, I'm not sure whether these meaningless modifications will cause some unexpected influences.
  2. The maskrcnn benchmark repository which adds new features and fixes old bugs continuously, is more trustable.

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

2 participants