yhsmiley / streamlit_cv

4 stars 0 forks source link

Need more explanation #1

Open JovanBosic opened 2 years ago

JovanBosic commented 2 years ago

Hi, can you explain what should be in this folder "/media/data/ScaledYOLOv4"? Just weights in .pt format and .yaml file or something more? I saw that you have repo with this name but that repo doesn't contain files I need I think.

JovanBosic commented 2 years ago

I would like to try to use byte track with yolox, yolor, detectron2, yolo6 and yolo7. Any help would mean a lot.

JovanBosic commented 2 years ago

I have seen that in file utils.py in function def process_byte_tracks I could actualy add whole logic for detector and there update tracker. And also I could extract from generated .txt file with detections, detections in format update function from tracker need. Does this make sense?

yhsmiley commented 2 years ago

"/media/data/ScaledYOLOv4" refers to this repository, yolov4-large-dev branch. I have refactored the original code so that it can be easily installed as a package for inference. More details on how to install are in the README in the repo.

To work with other detectors, you would need to change this line to call your detector, returning results in this format. No txt files are generated in this code.