ttdd11
ttdd11
@fo40225 With this process can you assign a specific GPU on windows using tensorflow_cc.dll?
@fo40225 These look they they are for tensorflow.dll not tensorflow_cc.dll. The issue I'm having is that I can't assign a graph to a specific gpu. Have you been able to...
@fo40225 But generally to make the tensorflow_cc.dll and .lib you are using the bazel build instructions. How are you exporting the correct symbols?
@fo40225 Have you been able to set device in the c_api? I think this have been broken for about a year.
@fo40225 I need to build with CUDA 10 for rtx support. How do I test the branch in the second link? doesn't look like its in yet.
Cool repo. I'm just jumping on this thread because it's what I would like to do. If we want to test on our own images, we need to change test.py...
Okay thanks for this. It's working well. In terms of image input, when we have the detection, do you resize that, or is your recommendation to keep the proper aspect...
Another note: The demo does not use the re-ranking code. Why is this? Is it pretty easy to use?
@JensenHJS in this repo they use a YOLO last layer (not the three convolution output layers). Were you able to get that into your onnx model?
@lewes6369 Thanks for the reply. 2080ti have that capability. Do you think it could be a problem that I'm using trt 6 and cuda 10.1? How would I input different...