-
Notifications
You must be signed in to change notification settings - Fork 97
Confused about generating target masks #229
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
Comments
Hi @willhunger , I remember that it was taking time as it is creating masks for building size and edges as well but 1 day 9 hours seems long. You could try running it on |
Hey @jakubczakon,
Only 1/3 labeled image generated. But I got 72 cpus logically.
Some error happened when handling multi-thread tasks. Thanks a lot. |
Sorry, no idea what is the problem with multi-threading here. Perhaps you could play with the numbers in the config # Execution
overwrite: 0
num_workers: 4
num_threads: 1000 to fix this. |
Thanks for your response, @jakubczakon .
|
@willhunger Oh I see, I think the problem is that you would need to have What you could do is create a |
Hi, I got some troubles when I run
python main.py prepare-masks
.This command has been running for 1 day and 9 hours and generated
35G
data(about 103203 pictures) in./meta
.And it‘s still running.
Did I get some bug on multi-thread or something else?
Is there any solution to handle this? Should I use the
annotation-small.json
instead ofannotation.json
?Thanks.
The text was updated successfully, but these errors were encountered: