Nicholas Argenziano
Nicholas Argenziano
I'm trying to install ORB-SLAM3 on Ubuntu 20.04 LTS (WSL on Windows 10) and I get the following errors when executing `./build.sh`. I have already tried many solutions proposed in...
I have just installed Kimera-RPGO on Ubuntu 20.04 LTS (WSL on Windows 10) and I'm trying to compile an example (Examples/RpgoReadG2o.cpp). However, the compilation doesn't go through due to the...
Hi, Where exactly in the code is the ImageNet pre-training implemented? I would like to reproduce it. Thanks
I'm trying to pre-train Swin-B on ImageNet-1K on 4 GPUs using the following command. ``` python -m torch.distributed.launch --nproc_per_node 4 --master_port 12345 main.py \ --cfg configs/swin/swin_base_patch4_window7_224.yaml --data-path /scratch_net/biwidl213_second/nargenziano/imagenet \ --batch-size...
Hello and thanks for the work. I was wondering if you could share more info regarding the pre-training of MiT architectures. I've read from other issues that the configs are...
I'm trying to run a demo of the system but I get the following error when running `bash scripts/run_scannet.bash` : /mnt/d/Documenti/ETH/3DV/DeepFactors /mnt/d/Documenti/ETH/3DV/DeepFactors -- Using default build directory /mnt/d/Documenti/ETH/3DV/DeepFactors/build -- You...