Zengyi-Qin / MonoGRNet

MonoGRNet: A Geometric Reasoning Network for Monocular 3D Object Detection and Localization | KITTI
Apache License 2.0
245 stars 48 forks source link

Running model directly from tensorflow #17

Closed billcai closed 4 years ago

billcai commented 5 years ago

Hi everyone,

I'm trying to run the model directly from Tensorflow without Tensorvision or other tools, but I'm not sure what the input and output tensors are named as.

Zengyi-Qin commented 5 years ago

Running without tensorvision is save, since we have eliminated the dependency on it. Some folders and variable names may contain "tensorvision", but they won't cause an error.