Lu Huang

Results 3 comments of Lu Huang

大佬,可否提供一个样例?

但是这样做的话,得到的时间戳也是缩放了吧?

you should modify the following file in the Makefile ``` CFLAGS += -I$(ROOTDIR)/mshadow/ -I$(ROOTDIR)/dmlc-core/include -fPIC -I$(NNVM_PATH)/include -I$(DLPACK_PATH)/include -Iinclude $(MSHADOW_CFLAGS) ``` to add your opencv's include dir and library dir. Which...