Sangpil Kim
Sangpil Kim
While I was trying to run test.py I got following errror ``` Traceback (most recent call last): File "test.py", line 15, in from fast_rcnn.config import cfg, get_output_dir ImportError: No module...
Here https://github.com/jcjohnson/torch-rnn/blob/master/util/gradcheck.lua#L11 instead this ``` lua return math.abs(x - y) / math.max(math.abs(x) + math.abs(y), h) ``` isn't it this ? ``` lua return math.abs(x - y) / math.max(math.abs(x) , math.abs(y),...
I am wondering if there are paths for the datasets?
I am using PRO and what should I modify to use it? I can access the device and compile but got following error when I ran the test-viewer frame_get_one: libusb_bulk_transfer...
Is there are plan or branch that can use CMakeList and C++ like this but in linux?