Closed Swaraj08tech closed 2 months ago
@Swaraj08tech do you want to work on the issue
@Swaraj08tech the PR you created for this issue still need a lot of work . you have removed the main loop from the code . please review the work you have done .
when you generate a PR the entire contents of the file should be there
@Swaraj08tech would you still like to work on the issue?
@Swaraj08tech it is not a good practice to paste your code to ChatGPT and ask for tips to fix , but still coping the entire pr from ChatGPT is not a good practice you should at least run and test the code before generating a PR.
it is not a good open source practice to copy code from ChatGPT and generating spam PR
Dependency Management
download_files
works correctly and all required files are downloaded.CUDA Availability
Video File Handling
Bounding Box Handling
merge_bounding_boxes_across_boundaries
, ensure thatis_near_boundary
is defined and used correctly.Feature Extraction Functions
extract_features
, check ifcropped_img
is empty before proceeding with resizing and converting to PIL.Track Initialization and Update Logic
global_id_map
is initialized correctly, especially since it relies on the presence of keys in a defaultdict.Object Tracking Logic
tracker.update
gives valid track outputs.track.time_since_update
is handled correctly to avoid processing stale tracks.Logging
cv2.imshow
) works as expected on your machine, particularly if running in an environment without a display (like some remote servers).