rpf1019

Results 2 issues of rpf1019

//#define CPU_ONLY #ifndef CPU_ONLY #ifdef _DEBUG #pragma comment(lib,"libClassificationd.lib") #else #pragma comment(lib,"libClassification.lib") #endif #else #ifdef _DEBUG #pragma comment(lib,"libClassificationCPU-MKLd.lib") #else #pragma comment(lib,"libClassificationCPU-MKL.lib") #endif #endif

i am doing research about fisheye cam image tracking, i see in folder "box_3d_annotations", all the pickle file with int type "key" and 8 vertex "value", is the key TrackID?...