Frost
Frost
This is a nice job, thanks for the authors! One question on the inference time: ** Is it always unstable because of the transmission? ** I tested the code on...
Thanks for the amazing job! According to the Akita Tutorial, we need to specify model parameters json to have only two targets. ``` params_file = './params.json' with open(params_file) as params_file:...
Hello, When I run `bash ./experiments/scripts/caltech_end2end.sh 0 ResNet50 caltech_reasonable`, I get the following output `Path does not exist: data/caltech-pedestrian-dataset-converter/data/trainval.txt` **caltech-pedestrian-dataset-converter** only generate image and annotations. Where do you get _trainval.txt_?
Dear MAGVIT authors, thanks for releasing the code of the promising work! According to the ablation, training from a 2D-VQ model that pre-trained on ImageNet is very essential, but I...