Robust-and-efficient-post-processing-for-video-object-detection icon indicating copy to clipboard operation
Robust-and-efficient-post-processing-for-video-object-detection copied to clipboard

Results 9 Robust-and-efficient-post-processing-for-video-object-detection issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

I used ultralytics yolov8 to label some data using the predict function on a video. I set the confidence threshold to 0.01 while predicting. I was only tracking a single...

I note that the variance for gaussian smoothing for coordinates is set to 0.6 in the paper. But it is set to `self.recoordinate_std*100/ms` in [this line](https://github.com/AlbertoSabater/Robust-and-efficient-post-processing-for-video-object-detection/blob/master/REPP.py#L221) in this respository. What...

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...

dependencies

Thanks for your great works. I am trying to download ImageNet VID dataset for running the demo from your sources, but all links including official and unofficial (custom) might seem...

hello, after learning repp, I have questions that what is imagenet_vid_groundtruth_motion_iou.mat and how can I make it when I use my custom dataset.

Your working maybe is helpful for me but i dont know how to run it. :(( Can u give me a colab to run it. Im student..