-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error on Stage 1 training with FSCD147 dataset #2
Comments
I've just reviewed the code a little bit more, it seems that the "whs" key is available when using --dataset_file "fscd_147", but not on the "fscd_147_point". However, this key is needed in your training pipeline as shown in here, and here where I encounter the keyerror "whs". new updateSo, I've added "whs" key in here, and then I get another error in the loss calculation. Where the number of wh in tgt_whs is only (3,2), but the shape of tgt_point and tgt_whs are (57,2) as below. So, I guess it is due to the number of gt and density which do not match (but this error shouldn't happen in your experiments). Hence, could i know what is the purpose of the stage 1, point 2/this script? Thanks~ |
Sorry for late reply. |
@briliantnugraha I will check ASAP. Currently, I'm quite busy so I might do it in the weekend. |
Hi @NguyenVanThanhHust , will there be a fix for this issue? |
Hi VinAI research, great paper there for counting unknown objects!
Issue:
I have tried the following script to test the stage 1 with FSCD147 dataset.
The error happens on stage 1, point 2 (as in the link above), where I get
when trying to run this script on stage 1.
CMIIW, Could I know, is it a bug, unfinished label sharing, or something else?
Here I also attach the snapshot of the error, hope it helps.
Expected output: I could run the whole script in the weakly_supervise_fscd_147.sh without any error.
Thanks in advance~
The text was updated successfully, but these errors were encountered: