GithubHelp home page GithubHelp logo

royukira / aic22_track1_mtmc_id10 Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 15.0 4.82 MB

Solution of The AI City Challenge 2022 Track 1

Python 94.76% Dockerfile 0.13% Shell 2.62% C++ 2.45% C 0.04%

aic22_track1_mtmc_id10's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @royukira
  • ๐Ÿ‘€ Iโ€™m interested in Computer Vision, Self-Supervised Learning, ...
  • ๐ŸŒฑ Iโ€™m currently study self-supervised learning and transfer learning...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me: [email protected]

aic22_track1_mtmc_id10's People

Stargazers

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

Watchers

 avatar

aic22_track1_mtmc_id10's Issues

FileNotFoundError: [Errno 2] No such file or directory: '...AIC22_Track1_MTMC_ID10/datasets/AIC22_Track1_MTMC_Tracking/test/images/test/S06/c044/img1'

Thanks for your work! When attempting to run the intermediate results, I downloaded the intermediate dataset, however it does not include the DATA_DIR used in ./run_mtmc.sh Can you please include this data so the program can execcute successfully?

Here's the StackTrace:

[Err]: invalid source root: .../datasets/AIC22_Track1_MTMC_Tracking/test/
Done
tracking c041 with temp_aic_all.yml
tracking c042 with temp_aic_all.yml
tracking c044 with temp_aic_all.yml
tracking c045 with temp_aic_all.yml
tracking c043 with temp_aic_all.yml
tracking c046 with temp_aic_all.yml
Is use embedding distance? False
Traceback (most recent call last):
  File ".../tracker/ByteTrack/src/fair_app.py", line 324, in <module>
    run(
  File ".../tracker/ByteTrack/src/fair_app.py", line 178, in run
    seq_info = gather_sequence_info(sequence_dir, detection_file, max_frame_idx)
  File ".../tracker/ByteTrack/src/fair_app.py", line 50, in gather_sequence_info
    for f in os.listdir(image_dir)}
FileNotFoundError: [Errno 2] No such file or directory: '.../datasets/AIC22_Track1_MTMC_Tracking/test/images/test/S06/c041/img1'

FileNotFoundError: [Errno 2] No such file or directory: '/data/aicity2022/AIC22_Track1_MTMC_ID10/tracker/ByteTrack/src/fm_tracker/zone/'

Hi!
When running "run_mtmc.sh", it produces as follows errors:
Traceback (most recent call last):
File "fair_app.py", line 16, in
from fm_tracker.byte_tracker import BYTETracker
File "/data/aicity2022/AIC22_Track1_MTMC_ID10/tracker/ByteTrack/src/fm_tracker/byte_tracker.py", line 14, in
from .zone import zone
File "/data/aicity2022/AIC22_Track1_MTMC_ID10/tracker/ByteTrack/src/fm_tracker/zone.py", line 63, in
for img_name in os.listdir(ZONE_PATH):
FileNotFoundError: [Errno 2] No such file or directory: '/data/aicity2022/AIC22_Track1_MTMC_ID10/tracker/ByteTrack/src/fm_tracker/zone/'

In zone.py file line 61
ZONE_PATH = f"{os.path.dirname(file)}/zone/"
ZONE_AREAS = {}
for img_name in os.listdir(ZONE_PATH):
camnum = int(img_name.split('.')[0][-3:])
zone_img = cv2.imread(opj(ZONE_PATH, img_name))
ZONE_AREAS[camnum] = zone_img

What is the images in subdirectory zone/?
Please support these images.

Thank you very much for your works.

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.