You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Questions about ViewFormer Implementation: bin File Generation, Visualization Methods, and Single GPU Training Configuration
Hello, I have a few questions regarding ViewFormer:
1. Bin File Generation for Oviz Visualization
I understand that a bin file format is required to visualize training results using Oviz. Could you explain how to generate these bin files?
2. Visualization Methods
How did you create visualization images like Figure 5 in the paper? If it was generated using code, would it be possible to share the demo code?
3. Single GPU Training Configuration
In the viewformer_r50_704x256_seq_90e.py file, I noticed that changing the num_gpus value affects the total number of iterations during training. When training with a single GPU, should I set num_gpus to 1 and increase the number of iterations to achieve performance levels comparable to those reported in the paper?
(Note: Using the default value of num_gpus=8 did not achieve the performance levels mentioned in the paper.)