Airyzf

Results 11 comments of Airyzf

thanks, it works.

I got an other problem. I collected some data ,trained with yolov3 model and output a "yolov3.pb" file. But the step "Convert frozen graph to TensorRT engine" need a output...

> I don't have experience with YoloV3 specifically, but it may help to visualize the frozen graph using Tensorboard. There should be plenty of documentation on this but I'm happy...

> can you install jupyter lab first? `pip install jupyterlab` thanks, I got it.

> can you install jupyter lab first? `pip install jupyterlab` oh no, I got another error D:\python\jupyter-ros-master>jupyter nbextension install --py --symlink --sys-prefix jupyros The rospy package is not found in...

> Hi @Airyzf, > > trt_v1 needs https://github.com/NVIDIA-Jetson/tf_trt_models > > And when using PC, you need TensorRT and trt enabled tensorflow (1.8 or later). > Jetson Xavier/TX2, TensorRT is already...

> Hi, @Airyzf, > > OK, I understood. > > 1. mkdir ~/github; cd ~/github # base directory. Any directory is OK. > 2. git clone https://github.com/naisy/realtime_object_detection > 3. git...

> Hi @Airyzf, > > I cannot check that problem. Because it does not occur in my environment. > The errors seems to related to restore from checkpoint in tf_trt_modes....

> You can try to reduce batch size. It is OOM (out of memory). I annotate line 112,114,117 and got this error Traceback (most recent call last): File "tftrt_example.py", line...