Nikesh Devkota

Results 7 issues of Nikesh Devkota

Hi, I am using this reference code to do simultaneous detection and tracking on small objects. The average precision and average recall of the detection model shows a good perfromance...

Does anyone have any idea about loading a custom dataset for tracking scenarios? I managed to load a dataset for the detection scenario by modifying "python src/generate_coco_from_mot.py," but I am...

I am trying to simply run the code for this repo, but I get a "RuntimeError: Error compiling objects for extension" whenever I try to install MultiScaleDeformableAttention package after installing...

Hello, I'm trying to train a custom dataset that has only one target per image. Currently, I am getting a class error of 0. Is this correct? I was not...

Is there any way to add an early stop to avoid overfitting the object detection model?

After training the trackformer model, I tried to evaluate it using python src/track.py. But I have been getting random predictions in between. For example, in frame 61, the tracking result...

Hi, I am trying to run RetinaNet on a custom dataset. To generate the dataset, I am using tf.data.Dataset.from_generator(). During model training, I run into INVALID_ARGUMENT: required broadcastable shapes while...

type:bug