Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 837 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 837 Bytes

3DGeometryCar

This is the tensorflow implementation for Geometry-constrained Car Recognition Using a 3D Perspective Network


Dependencies

python 3.6

  • Tensorflow >= 1.5.0
  • Keras >= 2.2.0
  • Opencv >= 3.0.0

In addition, please add the project folder to PYTHONPATH and pip install the packages if ImportError: No module named xxx error message occur.


Citing 3DGeometryCar

If you find 3DGeometryCar useful in your research, please consider citing:


@inproceedings{zeng2019geometry,
  author    = {Rui Zeng and Zongyuan Ge and Simon Denman and Sridha Sridharan and Clinton Fookes},
  title     = {Geometry-constrained Car Recognition Using a 3D Perspective Network},
  booktitle = {Proceedings of the AAAI conference on artificial intelligence},
  year      = {2020},
}