-
Notifications
You must be signed in to change notification settings - Fork 34
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
About reproducing Table 2 #49
Comments
The demo is executed well. First, I face the error I thought I have to prepare dataset and model properly. However, I didn't catch the exact way to go. Thank you in advance.. |
Hello, thanks for your interests & happy new year! Sorry for late response. It seems that you want to evaluate the model performance on COIN and Ego4D LTA. Let me clarify firstly, Table 2 is obtained by specific fine-tuning on their training set, ie, trained on COIN / Ego4D LTA training set, then evaluate on COIN / Ego4D LTA testing set.
|
Thank you for your reply! My concerns is, in the other issues, the hyper parameter values seem to be different for each GPU configuration. The reasons why I think like that,
I'm a not expert on this area, so I think I might have wrong knowledge. Feel free to fix my wrong knowledge haha.. So, can you tell me "fine-tune" is available or not. If not, can you tell me how can I retrain..!! Thank you so much!!! |
Hi, thanks for your question!
Actually we do not need to start from the baseline model. We just directly fine-tune the newly initialized model and get the results.
The results are reliable, please rest assured. For COIN reproduce, please check #26. For Ego4D LTA, the results are obtained by submitting the inference results and the official server performs the evaluation (https://eval.ai/web/challenges/challenge-page/1598/leaderboard/3881/Action). These two experiments were conducted a long time ago, and since they were not very important, the checkpoints have already been cleared. Sorry for that. Furthermore, we cannot release the COIN checkpoint due to the company policy. If you really need Ego4D LTA checkpoints, I can consider redoing the experiment ;) |
To prepare the coin dataset first, I use the coin.json file from https://github.com/coin-dataset/annotations/blob/master/COIN.json . Thank you in advance..! |
Hi! Yes we use this. It is the correct file. The videollm-online/data/coin/coin.py Line 24 in 755e265
|
Hi! If you do this, I really appreciate it!..! |
Ok, I will help to retrain a Ego4D LTA checkpoint. COIN missing videos are okay. We also do not get the full version. |
Thanks a lot, when I can get it? |
Hi !
Thank you for your great work.
I am interest in this paper, and before studying about it, I want to reproduce the Table 2. (that uses COIN, Ego4D LTA benchmark)
However, I could not find the way to reproduce Table 2 result.
I don't need to test training.(I also have only 1 3090 GPU) I want to evaluate two bench mark with retrained model.
If you know the location of document or how to do it (steps) and reply, I will be happy.
Thank you!
Happy new year.
The text was updated successfully, but these errors were encountered: