Can Erhan

Results 16 comments of Can Erhan

I have a similar problem. The parser gives this error: `In node -1 (importTopK): UNSUPPORTED_NODE: Assertion failed: inputs.at(1).is_weights()`

There is an unofficial implementation of RTM3D here https://github.com/maudzung/RTM3D

I've conducted some test about training the model and the results are like this: I trained this model using KITTI `train` (from ImageSets) and validate on `val` and I got...

You can calculate the dim references by simply averaging all dims (length, height, width) for each class in the dataset. Let's say there are 2 cars in your whole dataset...

> > Thanks a lot for making your code open source, and for fostering further research in this field! > > I downloaded the pre-trained model that is linked here,...

First, sorry for my late answer. Could you explain how you use weights for each class? By using the properties Weights and WeightLabels in SVMParameter? Please check the lines between...

I really don't know why it is not working but have you ever heard about the keyword [volatile](https://en.wikipedia.org/wiki/Volatile_%28computer_programming%29)? It might solve your problem.

Hello, You can take a look at [my fork](https://github.com/ccerhan/ofxOpenNI). Regards

I suggest you to read the readme file of my fork in order to compile it in Xcode. Because, you must add library path into your project settings. If you...

Try to add the lib folder path (explained with Xcode) into qmake file in a format like ``` LIBS += -L/lib/folder/path \ -lXn... \ -lXn... ``` For more information about...