Peterisfar / YOLOV3

yolov3 by pytorch
MIT License
195 stars 53 forks source link

After validating for once,the programe can not train any more. #28

Open momo666666 opened 4 years ago

Peterisfar commented 3 years ago

No such problem has ever occurred,please check your code and environment.

1uYue commented 3 years ago

I have the same problem, did you solve it?Thanks.

momo666666 commented 3 years ago

I have the same problem, did you solve it?Thanks.

It's a function problem in OpenCV. The network will fall into the function in opencv and can't get out anymore.You can locate the function and replace that. Sorry, I forgot which line of code it was.

1uYue commented 3 years ago

I have the same problem, did you solve it?Thanks.

It's a function problem in OpenCV. The network will fall into the function in opencv and can't get out anymore.You can locate the function and replace that. Sorry, I forgot which line of code it was.

how can I locate the function, I am a new learner so can you tell me where can I locate the problem? Thank you.

Peterisfar commented 3 years ago

I have the same problem, did you solve it?Thanks.

It's a function problem in OpenCV. The network will fall into the function in opencv and can't get out anymore.You can locate the function and replace that. Sorry, I forgot which line of code it was.

which version is your opencv? mine is opencv-python==3.4.0.12

wangren97 commented 3 years ago

I have the same problem, did you solve it?Thanks.

In my case, I changed NUMBER_WORKERS from 4 to 0 in the config file and the problem was solved

1uYue commented 3 years ago

I have the same problem, did you solve it?Thanks.

It's a function problem in OpenCV. The network will fall into the function in opencv and can't get out anymore.You can locate the function and replace that. Sorry, I forgot which line of code it was.

which version is your opencv? mine is opencv-python==3.4.0.12

I changed the opencv version and solved the problem, thank you.

Peterisfar commented 3 years ago

I have the same problem, did you solve it?Thanks.

In my case, I changed NUMBER_WORKERS from 4 to 0 in the config file and the problem was solved

maybe your OS is windows!

gll-sketch commented 3 years ago

I have the same problem, did you solve it?Thanks.

It's a function problem in OpenCV. The network will fall into the function in opencv and can't get out anymore.You can locate the function and replace that. Sorry, I forgot which line of code it was.

which version is your opencv? mine is opencv-python==3.4.0.12

I changed the opencv version and solved the problem, thank you.

I have the same problem, and the opencv-python version is 3.4.0.12. Did you solve the problem by changing the version of opencv?What is your current version of opencv?Thank you.