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

Training gets killed after some time without results #54

Open LEGoebel opened 3 years ago

LEGoebel commented 3 years ago

Hello, I am trying to get MonoGRNet to run. Right now I just want to reproduce the steps of installation and training. Afterwards I want to test to train this network with the objectron dataset for other classes.

Everything works fine, however when using the command python train.py --gpus 0 the process starts correctly, loads everything and after a while it starts showing "running evaluation script" (or something along those lines). This takes about 15 minutes, then it tells me "process killed".

Did anybody else encountered this problem as well and knows how to fix this?

Thank you in advance.

huahuasousou commented 2 years ago

I have the same issue