DeeeepNet

Results 19 comments of DeeeepNet

Hi @michaelgruner , Thanks your suggestion.

@qjadud1994, Because I used Early Stopping callback, in my opinion, Should not happen the overfitting problem, right?

Hi It's likely your model have some new operations that TensoRT currently doesn't support. You have to define some custom plugin for that nodes or you have to train model...

Hi @jaybdub I'm using the `create_inference_engine`.

no i switch to ubuntu 16.04 , i running this code from object_detection folder with command python3 create_dataset.py in this folder i have kitti_data

mm@mm:~/object_detection_kitti-master/object_detection$ python3 create_dataset.py Traceback (most recent call last): File "create_dataset.py", line 16, in from object_detection.kitti_to_voc import kitti_to_voc ImportError: No module named 'object_detection.kitti_to_voc'

Hi sshleife this code don't work . ImportError: No module named 'object_detection.kitti_to_voc' please step by step go through. and ubuntu 16 or 14 ?

is this correct ? mm@mm:~/object_detection_kitti/object_detection$ python3 create_dataset.py Traceback (most recent call last): File "create_dataset.py", line 182, in do_kitti_ingest() File "/home/mm/.local/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/home/mm/.local/lib/python3.5/site-packages/click/core.py", line...

So what do i do then؟