sh7jacobi

Results 22 comments of sh7jacobi

Hi. How can I set number of classes ? Is it enough to write in config file: " CENTERNET: NUM_CLASSES: 12 " ?

Hello, I use tensorboard and I have observed that there are stage0 metrics. What is stage0?

> > Hello, I use tensorboard and I have observed that there are stage0 metrics. What is stage0? > > Stage 0,1,2 are the three cascaded heads in Cascade RCNN...

I have the same problem. Different batch size did not solve this problem

> fobidden cudnn in code > > `import torch > > torch.backends.cudnn.enabled=False` It helped me. I added this code to test,py at first

@GabrielGuez, I think you can learn this model by setting torch.backends.cudnn.enabled=False. But I am not sure it will work correctly if you implement the model in another project, where it...

Ok, thank you, I thought about the same solution. Could you send me some material about how to generate clustered ground truth?27.01.2021, 17:49, "fyangneil" : you can run it locally...

I have one more question. In detectron it is need to convert data to cocoformat. I see that in visdrone2cocoformat.m it is with val data, but in add_cluster_annotation.m data is...

And why is clustered bboxes written in one file with simple bboxes? I would like to know how I should set data with clustered bboxes that I could train.28.01.2021, 10:37,...

Do you have pretrained weights?28.01.2021, 11:45, "Якуб Шарафутдинов" :And why is clustered bboxes written in one file with simple bboxes? I would like to know how I should set data...