DeeeepNet

Results 34 issues of DeeeepNet

hi. in this directory : cd crnn/src/ , when i use sh build_cpp.sh , i faced with this error : ### mm@mm:~/TextBoxes_plusplus/crnn/src$ sh build_cpp.sh -- The C compiler identification is...

Hi, When i run python3 demo.py in the root src , i faced with that error , why? How do i change to vgg15 with other cnn?

Hi , Q1) Anchor_Boxes_Generator file generate 10 values of anchors , i have question about these values , as we have 5 anchors and this generator generate 10 values, more...

Hi, When I stream .264 file over network and decoding with jetson-nano does work, but when I stream .mkv stream file, the decoding doesn't work. why? I use these elemets:...

Hi, I stream vide over local network from PC and I want to get frames with jetson nano. 1- **ffmpeg -i rtsp out.mp4** or **ffmpeg -c:v h264_nvmpi -i rtsp out.mp4**...

Hi , i have multi-size images and i've converted csv file for my data as well , my question is that : when i use` generate_tfrecord.py ` because i have...

Hi, I connected camera to embedded device for doing image processing, I want to know when has no motion detection triggered by camera, then I stop my processing, Is it...

hi i've trained on my own dataset , but i don't know how to test on images.

Hi Why you use `model.apply(weights_init_normal)` after created the model? Is this line necessary?

Hi, is this working for fine-tune with other dataset?