extra script to create union between ground truth and prediction#60
extra script to create union between ground truth and prediction#60lrob wants to merge 3 commits intoCartucho:masterfrom
Conversation
|
Hello, this script is based on the following, right? It would be easier if you applied the changes directly to that script. |
|
Yes it is, but they are doing different things. one intersects the two sets of files and mine makes the union. I think it is better to keep them separated, are you of the same opinion? |
|
Oh sorry, I only saw this now! So, by union you mean creating empty files when missing, right? I think that is a great idea, better than deleting or moving files (what the intersection is doing right now)! |
|
Yes, right. That's what I mean with union. If you think that it is better then the current solution probably it is the case to change also the comment written by the code when it detects that some prediction or gt files are missing. But I let you decide about this. |
|
Yes, your solution is better, let's also change that comment. Even better the code should do this automatically. |
When you encounter file not found error, it's usually because you have
mismatched numbers of ground-truth and predicted files.
You can use this script to create missing files as empty file. The rationale
behind is the following: