|
|
|
|
|
by tlb
2175 days ago
|
|
I looked at a few systems but didn't think any of them would work. The real-time requirement is fairly hard. The robots I work on use a 1 kHz feedback loop, so it has 1 mS in which to recalculate everything. Caffe is pretty efficient if you can supply batches of values, but the overhead is high when running real-time. |
|