bqm1111
bqm1111
@TKroos18 Did you figure out how to fix it?
I trained on RGB images from SUNRGBD dataset which has over 5000 images for training. I used MAE and the result is the same. It seems like the training process...
How small do you expect your loss to be for a good reconstruction?
Now I know what is the problem. I see that you did not use normalization and RandomResizedCrop transform as in original MAE. When I do not use normalization, the loss...
As mentioned [here](https://github.com/facebookresearch/mae/issues/12#issuecomment-1011689674). If your goal is to reconstruct a good-looking image, use unnormalized pixels. If your goal is to finetune for a downstream recognition task, use normalized pixels. Did...
By the way, Could you show me how to visualize your result as shown in Figure 3 in your paper?
Is there any progress on fixing the bug? Furthermore, there is a question I would like to ask. In two consecutive frames, let's consider a single voxel representing a single...
Do you find any reason for this? I encounter the same problem.
I also encounter the same problem on Ubuntu 20.04, nvidia-driver-535.171.04, kernel 5.15.0-107-generic
> Appears to be a known issue for kernel upgrades. The current/stable nvidia driver version 550.x works fine. How can I install nvidia-driver-550 on ubuntu 20.04?