Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm sorry for borthing you, but I encountered an issue while trying to reproduce the experiment in training the Re-ID model. I found that in fast-reid, it seems that nothing can be located. #3

Open
howardpai1021 opened this issue Jan 22, 2024 · 1 comment

Comments

@howardpai1021
Copy link

I encountered an issue while trying to reproduce the experiment in training the Re-ID model. I found that in fast-reid, it seems that nothing inside .

@howardpai1021
Copy link
Author

Eval Config:
USE_PARALLEL : False
NUM_PARALLEL_CORES : 8
BREAK_ON_ERROR : True
RETURN_ON_ERROR : False
LOG_ON_ERROR : /home/howardpai/TOPICTrack/external/TrackEval/error_log.txt
PRINT_RESULTS : True
PRINT_ONLY_COMBINED : False
PRINT_CONFIG : True
TIME_PROGRESS : True
DISPLAY_LESS_PROGRESS : False
OUTPUT_SUMMARY : True
OUTPUT_EMPTY_CLASSES : True
OUTPUT_DETAILED : True
PLOT_CURVES : True

MotChallenge2DBox Config:
PRINT_CONFIG : True
GT_FOLDER : results/gt/
TRACKERS_FOLDER : results/trackers/
OUTPUT_FOLDER : None
TRACKERS_TO_EVAL : ['gmot_test']
CLASSES_TO_EVAL : ['pedestrian']
BENCHMARK : MOT17
SPLIT_TO_EVAL : val
INPUT_AS_ZIP : False
DO_PREPROC : True
TRACKER_SUB_FOLDER : data
OUTPUT_SUB_FOLDER :
TRACKER_DISPLAY_NAMES : None
SEQMAP_FOLDER : None
SEQMAP_FILE : None
SEQ_INFO : None
GT_LOC_FORMAT : {gt_folder}/{seq}/gt/gt.txt
SKIP_SPLIT_FOL : False
Tracker file not found: results/trackers/MOT17-val/gmot_test/data/MOT17-02-FRCNN.txt
Traceback (most recent call last):
File "external/TrackEval/scripts/run_mot_challenge.py", line 64, in
dataset_list = [trackeval.datasets.MotChallenge2DBox(dataset_config)]
File "/home/howardpai/TOPICTrack/external/TrackEval/trackeval/datasets/mot_challenge_2d_box.py", line 161, in init
raise TrackEvalException(
trackeval.utils.TrackEvalException: Tracker file not found: gmot_test/data/MOT17-02-FRCNN.txt

Eval Config:
USE_PARALLEL : False
NUM_PARALLEL_CORES : 8
BREAK_ON_ERROR : True
RETURN_ON_ERROR : False
LOG_ON_ERROR : /home/howardpai/TOPICTrack/external/TrackEval/error_log.txt
PRINT_RESULTS : True
PRINT_ONLY_COMBINED : False
PRINT_CONFIG : True
TIME_PROGRESS : True
DISPLAY_LESS_PROGRESS : False
OUTPUT_SUMMARY : True
OUTPUT_EMPTY_CLASSES : True
OUTPUT_DETAILED : True
PLOT_CURVES : True

MotChallenge2DBox Config:
PRINT_CONFIG : True
GT_FOLDER : results/gt/
TRACKERS_FOLDER : results/trackers/
OUTPUT_FOLDER : None
TRACKERS_TO_EVAL : ['gmot_test_post']
CLASSES_TO_EVAL : ['pedestrian']
BENCHMARK : MOT17
SPLIT_TO_EVAL : val
INPUT_AS_ZIP : False
DO_PREPROC : True
TRACKER_SUB_FOLDER : data
OUTPUT_SUB_FOLDER :
TRACKER_DISPLAY_NAMES : None
SEQMAP_FOLDER : None
SEQMAP_FILE : None
SEQ_INFO : None
GT_LOC_FORMAT : {gt_folder}/{seq}/gt/gt.txt
SKIP_SPLIT_FOL : False
Tracker file not found: results/trackers/MOT17-val/gmot_test_post/data/MOT17-02-FRCNN.txt
Traceback (most recent call last):
File "external/TrackEval/scripts/run_mot_challenge.py", line 64, in
dataset_list = [trackeval.datasets.MotChallenge2DBox(dataset_config)]
File "/home/howardpai/TOPICTrack/external/TrackEval/trackeval/datasets/mot_challenge_2d_box.py", line 161, in init
raise TrackEvalException(
trackeval.utils.TrackEvalException: Tracker file not found: gmot_test_post/data/MOT17-02-F

I try Evaluation part when I use exp=mot17_val dataset=MOT17 sh eval_metrics.sh it give me this feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant