2018AICity_TeamUW icon indicating copy to clipboard operation
2018AICity_TeamUW copied to clipboard

The winning method in Track 1 and Track 3 at the 2nd AI City Challenge Workshop in CVPR 2018 - Official Implementation

Results 27 2018AICity_TeamUW issues
Sort by recently updated
recently updated
newest added

Is it necessary to have CUDA installed to implement YOLO? Unfortunately, my GPU is not CUDA-supported!

In the Second Component of Track 1, YOLO_VEH_IPL, the function " void get_region_boxes()" is slightly different from the orginal defination in darknet, while its implementation can not be found in...

Hello organizers, Thank you for the code. It's a great work done. I want to do a research for my thesis to create a system to track Multiple people in...

I have tried performing cell tracking. In some cases, the tracker failed (wrongly assigned object ID). It also sometimes makes new IDs for the reappeared object. What I need to...

Hi! We are trying to reproduce /reuse the scripts. However we get stuck at the manual labelling. In the darknet aicity.data, a reference is made to: train = /home/ipl_gpu/Aotian/darknet2/data/aicity/train.txt valid...

could you please explain how to add direction of vehicle in this project il this lines: `// plot past trajectory nPltTrajLen = std::min(nPltTrajLenMax, (j + 1)); for (int k =...

Hi sir im use your code when i launch `../6_SPD_EST$ ./bin ` the output of commande line is : output of speed: Error: camera parameters not loaded, please how can...

hi @zhengthomastang thank you for sharing with us you code source and make it open-source , i have a problem when i run any main.cpp file : `ing const&, cv::_InputArray...

Hi, I am trying to use the SPD_EST_IPL tool with Visual Studio (Windows 10), however keep getting the following error for line 24 of main.cpp (frame count): > Exception thrown:...

For some images(resolution: 4096x2160), after choosing 8 points in image, the vanishing point is given: right: (60970, 1488) and left: (2142, 139). The next step is "calcStGrdPt", but i find...