Wang-pengfei

Results 5 issues of Wang-pengfei

Hi, I tried running your code on domainbed and got only 55% average accuracy on the officehome dataset. You reported 58% in your paper, I was wondering if you tested...

Hello, I found a bug in the preprocessing of the ScanNet dataset. Regardless of whether I set the '--scannet200' to true or false, 200 categories with 'true' are generated in...

Hi, how long does the entire training process take on 4 A6000 GPU?

Hi, how can I reproduce the experimental results shown in Fig.1? I tried modifying the epoch parameter in the configs directly, but the results were significantly different. Can you assist...

When I run `python main.py test --data=Matterport3D --model=EvalPanoGen` for testing, I encountered an error: File "/home/pengfei_wang/PanFusion/dataset/PanoDataset.py", line 51, in init new_data = set(self.data) & set(results) TypeError: unhashable type: 'dict' Have...