2gunsu / monocon-pytorch

Unofficial Pytorch Implementation for MonoCon(AAAI, 2022)
Apache License 2.0
83 stars 9 forks source link

visualize the resulting images #21

Closed zzHardx closed 1 year ago

zzHardx commented 1 year ago

What tools did you use to visualize the resulting images? Like bev,3D frame

2gunsu commented 1 year ago

Hello. Only opencv was used for visualization. The relevant codes can be found below.

https://github.com/2gunsu/monocon-pytorch/blob/9aaf1030f7c41665fd3894bb309f9d90a09d0670/engine/monocon_engine.py#L151-L194 https://github.com/2gunsu/monocon-pytorch/blob/9aaf1030f7c41665fd3894bb309f9d90a09d0670/utils/visualizer.py#L24-L250

2gunsu commented 1 year ago

Close issue due to inactivity. If you have another question, feel free to reopen it.