Shengjian Wu

Results 5 comments of Shengjian Wu

Hi @ericpresas, I'm working on apply softTeacher with Deformable DETR. Thanks for your folked version, it really helps me a lot. But I don't quite understand the difference between “soft_teacher_detr_simple”...

> Hi @1224wxwx, as you can see my forked version is not finished yet. As I said I'm solving some bugs and I will upload an updated version this month....

> try to use: > model = load_model(model_path) Thank you for replaying! I tried "load_model" but got another error: > _/opt/conda/lib/python2.7/site-packages/keras/engine/saving.pyc in load_model(filepath, custom_objects, compile) > 417 f = h5dict(filepath,...

> Hi > If you want to convert [batched_nms.py](https://github.com/grimoire/mmdetection-to-tensorrt/blob/master/mmdet2trt/core/post_processing/batched_nms.py) in this repo, please try follow steps: > import this project to load the convertor > > ```python > import mmdet2trt...