HaMeow-lst1

Results 4 issues of HaMeow-lst1

I want to convert attribute X to attribute Y. Should I use real X and generated Y to calculate PSNR, or use real X and generated X to calculate PSNR?...

Thanks for your nice work! Could you please share the KAIST and FLIR datasets? Thanks a lot!

I use MMDtection 3.x. The dataset is voc-format. I have trained a model and get detection_results.pkl However, I run ``` python tools/analysis_tools/eval_metric.py configs/saga/cascade-rcnn_flir.py ./detection_results.pkl ``` and get errors ``` File...

I find a function named "inference_detector" to get detection results. Is there a similar way to get feature map of an image? To be honest, I try to exchage "test_step"...