SamihaSara
SamihaSara
Does this version of FasterRCNN do bounding box regression? Could you please point where I can find the related codes? If it is not implemented already, could you please consider...
As SiamMask is a Tracking By Segmentation pipeline and this helps to keep a more accurate representation of the object across time. Here in the codes can someone please point...
I am trying to get axis-aligned bounding box where the original algorithm used rotated bounding boxes. corresponding lines are -- if len(contours) != 0 and np.max(cnt_area) > 100: contour =...
I can see for multi object tracking you have added MCMOT/src/gen_mcmot_for_detect.py this file. apart from this, have you changed any other part of the original FairMOT?
Thanks for publishing the source code. I would like to know where in the project I can find the codes for the following tasks: 1) Handling Consistent Object Id before...
Could you please check if test scripts in adaptis/notebooks(https://github.com/saic-vul/adaptis/tree/pytorch/notebooks) work correctly or not? I copied codes from .ipynb files to 2 separate (,py) files and tried to run on toy...
Could you please share a pretrained model to load and run demo.py?
Can MaxIou be considered as similar as visibility score(how much of an object is visible)? Can you please share the codes to calculate max-IOU between bounding boxes of all pedestrians...
May I ask when will you release the source codes of this paper "Robust Object Detection under Occlusion with Context-Aware CompositionalNets."? I have seen codes for dataset generation is published...