-
Notifications
You must be signed in to change notification settings - Fork 6
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
hi, what about the performance on small dataset like v-coco? #4
Comments
VCL_union_multi_ml1_l05_t3_rew_aug5_3_new_VCOCO_test has only 39.31? It is wired. If you obtain around 47.8 with VCL and around 47.2 without VCL, I think the result is reasonable. 39.31 is wired. I'll check the code and test my model with the released code again. |
ok, looking forward to your reply |
Here is the model parameters. VCOCO: https://drive.google.com/file/d/1X8XZ7sycQ7GM1uvT6xVSRnNisw3QSnrt/view?usp=sharing. I test the result is 47.82. The model in my reported result is deleted by accident (the baseline also decreases). HICO: https://drive.google.com/file/d/16unS3joUleoYlweX0iFxlU2cxG8csTQf/view?usp=sharing |
@zhihou7 |
Yeah, I'm testing the code. The model is also based on the released code. But I trained it before I clear the code to release. I may remove some code by mistake. Empirically, the hyper-params l05 and re-weighting will improve our baseline to 47.0. Thank you for pointing out the problems. |
@zhihou7 ok!Look forward to your results |
You can simply test the model in iteration 10000. |
@zhihou7 hi, i tried again,my result is much worse than yours, 20000 iters |
Hi, Did you test the model: https://drive.google.com/file/d/1X8XZ7sycQ7GM1uvT6xVSRnNisw3QSnrt/view?usp=sharing ? Is it also much worse than 47? |
@zhihou7 hi, I tested the model you provided again,260000 iters, 47.83% |
Ok, I guess you can obtain 46.4 with [this model] (https://drive.google.com/file/d/1X8XZ7sycQ7GM1uvT6xVSRnNisw3QSnrt/view?usp=sharing) . I trained this model 2 days ago on the released code. I'm testing the released code on a new machine and re-download the data. Did you miss some data or something? It is really wired. |
@zhihou7 ok,I'll look again to see if I missed something。 |
@zhihou7 hi,Do you have any results? Which backbone did you use for training? |
I use resnet50. I haven't run the code. I have to queue for GPU... |
@zhihou7 I also use resnet50, I hope a third person can prove it。 |
Did you ever run iCAN or TIN on V-COCO? My code is fully based on their code besides the VCL.py file. I need to queue until tonight for a GPU in the new GPU machine. |
@zhihou7 oh, thanks, and i tried the ican model on V-COCO and the result is normal. |
Ok, thanks. Then, that's more likely to be a problem with my released code. I will test it fully. |
@bitwangdan what's your tensorflow version? The data that you used for VCL is same as iCAN? I download the released code and use the data that I downloaded before to test code. I still get normal result (45.69) in iteration 20000. In my current GPU server, I can not download the data from google drive. I will test it tonight. |
@zhihou7 hi, |
Your environment is same as ours. I have finished my test on a fully new server as the steps:
I obtain the result:
I notice I changed the lr to 0.01 compared to iCAN. Do you use 0.01 or 0.001? I forget the effect of learning rate. Here is the log file with the first 1000 iterations. |
@zhihou7 hi,I renewed my environment,this is my result, 200000 iters,this looks like a normal result,thank you very much for your reply during this period, this is a very good job。 |
i run the " python tools/Test_VCL_ResNet_VCOCO.py --num_iteration 200000"
the results are a little bit poor
The text was updated successfully, but these errors were encountered: