gpsherry

Results 6 comments of gpsherry

Hi The method of you say is not useful, the same error is report. but i modify the mmdet/api/inference.py of device = next(model.parameters()).device to device = 0 ,then the problem...

Hi I meet a new problem during the train model process, the train information of Loss is not print.

I have used dict(type='TextLoggerHook') in the first time, but i can not see the train log, so i use dict(type='TensorboardLoggerHook') and can not see train log. now, i don't know...

I test in original mmdetection code in my dataset is no problem and i debug your code find you train_pipeline load trian data len is 1 but test_pipeline is no...

Hi The train log problem is over, the coco.py add the filter of CLASSNAME and modify the classname is execute no matter.

你这是O(n*(n-1))啊,nms是O(n)