speedplusbaseline
speedplusbaseline copied to clipboard
PyTorch implementations of CNNs and domain-bridging algorithms used in baseline studies of SPEED+ dataset
Results
2
speedplusbaseline issues
Sort by
recently updated
recently updated
newest added
Thank you very much for creating the dataset! Could you please inform me about the size of the Target (Tango)?
Hi, I have trained the model; however, while running this code snippet below: ``` python test.py --pretrained 'checkpoints/krn/synthetic_only/model_best.pth.tar' \ --logdir 'log/krn/synthetic_only' --resultfn 'results.txt' \ --model_name 'krn' --input_shape 224 224 \...