Closed aviralchharia closed 1 month ago
Hi, thanks for the question! The difference between the two tables is whether to use NMS before outputting the results. NMS is necessary (see Table 1) because we start with 1024 queries (pose assumptions), and even after filtering by classification scores, multiple queries remain linked to the same person. After NMS, the redundant queries can be effectively filtered. For Wandb, you can add the metric in Table 1 into it for plot supervision.
Hi, thanks for the great work! I tried training the model and got two tables as the result after the first epoch.
- Moreover, wandB only shows the Table 2 values. Am I missing something?
Can I ask you how to train this model? What's your cuda version, gpu and your environment?
Hi, thanks for the great work! I tried training the model and got two tables as the result after the first epoch.
- Moreover, wandB only shows the Table 2 values. Am I missing something?
Can I ask you how to train this model? What's your cuda version, gpu and your environment?
Please refer to the README Training part for the details: https://github.com/XunshanMan/MVGFormer?tab=readme-ov-file#2-training.
Here is a runnable environment for reference:
Hi, thanks for the great work! I tried training the model and got two tables as the result after the first epoch.