We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56b7e9 commit 4a390e6Copy full SHA for 4a390e6
README.md
@@ -55,6 +55,12 @@ python main.py --stage 2 --task [segment_semantic/normal/depth_euclidean/depth_z
55
```
56
After the evaluation, you can print the test results by running `python print_results.py`
57
58
+## References
59
+Our code refers the following repositores:
60
+* [timm](https://github.com/huggingface/pytorch-image-models/tree/0.5.x)
61
+* [BEiT: BERT Pre-Training of Image Transformers](https://github.com/microsoft/unilm/tree/master/beit)
62
+* [Vision Transformers for Dense Prediction](https://github.com/isl-org/DPT)
63
+
64
## Citation
65
If you find this work useful, please consider citing:
66
```bib
0 commit comments