Giter Site home page Giter Site logo

2019-cvpr-aic-track-1-uwipl's Introduction

2019-CVPR-AIC-Track-1-UWIPL

1. Single Camera Tracking

Please download the source code and follow the instruction from https://github.com/GaoangW/TNT/tree/master/AIC19.

2. Deep Feature Re_identification

Please download the source code and follow the instruction from https://github.com/ipl-uw/2019-CVPR-AIC-Track-2-UWIPL. Create video2img folder in the downloaded project (i.e., Video-Person-ReID/video2img/). Put and run python crop_img.py in the same folder in the downloaded dataset (i.e., aic19-track1-mtmc/test). You need to creat a folder track1_test_img in the same path (i.e., aic19-track1-mtmc/test/track1_test_img). After that, create a folder track1_sct_img_test_big and run python crop_img_big.py. Then, create a folder log in the dowanloaded project (i.e., Video-Person-ReID/log) and put the downloaded model file of track1 ReID in this folder. Finally, run python Graph_ModelDataGen.py to obtain the feature files (q_camids3_no_nms_big0510.npy, qf3_no_nms_big0510.npy and q_pids3_no_nms_big0510.npy).
The code is based on Jiyang Gao's Video-Person-ReID [code].

3. Trajectory-Based Camera Link Models

Put the feature files (q_camids3_no_nms_big0510.npy, qf3_no_nms_big0510.npy and q_pids3_no_nms_big0510.npy) in the Transition-Model folder of this project. Then, run python main_in_transition_matrix.py. Then, find the results in Transition-Model/transition_data /ICT-no_nms_big510/. The filename of the result should look like ict_greedy_iter1600_10.559_654_498.txt (1600 means the number of iteration, 10.559 represents the distance of embeddings at current iteration, 654 means the maximum globelID assigned to cross-camera vehicles, and 498 is the number of unique globelID of cross-camera vehicles after merging).

4. NMS

Put the output result (e.g. ict_greedy_iter1600_10.559_654_498.txt) from previous step in NMS folder. Then, run python NMS_filter.py to get the final result (e.g. ict_greedy_iter1600_10.559_654_498_big.txt) of Track1.

2019-cvpr-aic-track-1-uwipl's People

Contributors

gaoangw avatar hungminhsu avatar tsungweihuang avatar yizhou-wang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2019-cvpr-aic-track-1-uwipl's Issues

About dt_min and dt_max in camera_transitions.txt

Hello Sir,
I have a quick question about camera_transitions.txt in the second part of Track1. The last 2 columns were dt_min and dt_max. I guess it's the frame gap between zone_src and zone_dst. Am I right? If so, how did you get them?
I found your work very inspiring, any suggestion will be great.

Thanks

Model

Hello
Where can we found the model called track12_ta224_checkpoint_ep500.pth.tar that you mention in the README file that we should paste it into ./log/ folder ??
Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.