Gao Si Cheng
Gao Si Cheng
Hi, thanks for sharing volo, a nice work. I used bash''' export CUDA_VISIBLE_DEVICES=1,4,5,6 python -m torch.distributed.launch --nproc_per_node=4 main.py "path/to/dataset" \ --model volo_dd2 --img-size 224 \ -b 100 --lr 1.0e-3 --drop-path...
Thanks for sharing this interesting code. Can you show the processing code of data preparation? I follow TMNet to prepare it but it seems different with the format of this...
Hi, Kelvin. Thanks for sharing this impressive work. I have a question about LSUN dataset. For example, for the cat category, there are only about 30k images in your meta_info...