-
Notifications
You must be signed in to change notification settings - Fork 446
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
[OTX][HOT-FIX] Revert otx cli tools with data.yaml check #1530
Conversation
The problem of original implementation was that |
Oh, there was such an issue. Let me take a look. |
@harimkang @cih9088 , Did you execute the parallel tests ? (conduct >= 2 classification/detection/segmentation tests at the same time). When I executed 2 task tests, I got the same error as @cih9088 's said. |
Hi @sungchul2, I think the issue is caused by the function used in the test below. Could you please confirm?
|
Yes, exactly. As I said, if you have |
As sungman said, if we run multiple tests at the same time, it seems to be reproduced. I think maybe the cause I found is correct. I guess this needs to be addressed as I don't think test should affect root. |
Let's assume this case, test process 1: classification test Then, test process 1 made So, if we don't use parallel tests, then it will be fine |
Agreed. and this problem will be resolved after the merge of Datumaro PR. @sungchul2 , @cih9088 , @harimkang . Because, when we use the Datumaro, we don't need to directly make |
I agree. After Datumaro integration, I think we can remove the function. |
Summary
Due to the effect of that #1497, data.yaml of otx-workspace becomes unusable, so I revert this.