Jayn

Results 20 comments of Jayn

@Mithril-NTU I think it should be: ```cpp for (int k = 0; k < bottom[0]->shape(softmax_axis_); ++k) { bottom_diff[i * dim + k * inner_num_ + j] *= w; } ```...

I try the SSL training, it seems that the unlabel data does not contribute the performance gain. I think pseudo filter need to be designed for a further improvement

Thanks for your reply! @zhaoweicai

You can see README, there will be description about how to build the projct. @DamonMIN

@libeiUCAS I use VS2013 and openCV2.4.8, I think it's not because of these problem, but maybe you miss some header files, try this: http://stackoverflow.com/questions/16501647/error-c2146-syntax-error-missing-before-identifier-contextrecord

try this: navigate to property->C/C++->Preprocessor->Preprocessor Definitions, add the following content: ``` WIN32 NDEBUG _CONSOLE ``` @libeiUCAS

This project can be applied to make traffic light and traffic sign recognition synchronously. Since you are not using the camera,you can test video by using void `openMP_MultiThreadVideo()` in the...

The OS is windows and I used the opencv2.4.8. The libraries of the camera(FlyCapture SDK) may need to build the project. Of course, you can remove the camera code to...

You can remove the directory:HungarianAlg,KalmanFilter,Tracker. Drogonfly_ImgRead.h and Drogonfly_ImgRead.cpp can be removed, meanwhile, the function `void openMP_MultiThreadCamera()` can be removed if you don't use camera. And you can remove `void TSRecognitionPerFrame(IplImage...

I'm sorry that I've forgotten to tell you that you should use `componentExtractionTL` instead of `componentExtraction`. @sainisanjay