PerspectiveFields icon indicating copy to clipboard operation
PerspectiveFields copied to clipboard

[CVPR 2023 Highlight] Perspective Fields for Single Image Camera Calibration

Results 5 PerspectiveFields issues
Sort by recently updated
recently updated
newest added

hello, I appreciate your research. And I want to know if the distillation model trained with COCO is in the model zoo?

Hi everyone. So the last step in the Environment Setup chapter in ```README.md``` requires to run command > pip install -e . which executes the script ```setup.py```. The script fails...

What if I want to train the weights file with my own training set

@jinlinyi Firstly, thank you for sharing this wonderful work. I tried to test on a single image using the demo you provided, and I found that the test results did...

Hi, thanks for your great work! I met an error when I was trying to train the PerspectiveNet: ``` python -W ignore train.py \ --config-file configs/config-mix-gsv-regress.yaml \ --num-gpus 1 \...