veralauee

Results 4 issues of veralauee

Hi, this work is pretty impressive. Would you please release the training code so that we can reconstruct it? Thanks!

Hi, Thanks for providing the code and pretrained model. However, when I ran the wider_test.py, the meanAP was not shown. And I only found eval_hand.py and eval_head.py in tools/. Would...

I have my own test dataset, and want to restore them using the pretrained model. However, I don't know the exact steps to preprocess the data so that they can...

Convert quantization aware trained model from TF to ONNX has several issues -- 1. `QuantizeLinear` and `DequantizeLinear` are fused into conv layer, but the downstream compiler(e.g., TensorRT) needs the Q/DQ...