Chuong.Nguyen

Results 8 comments of Chuong.Nguyen

I have the same error and Not sure how to move forward. DDQDETR is inherited class of DINO, and DINO is supported

I am able to bypass the error " Here, received an input of unsupported type: InstanceData" by adding the rewrite function registry: ```python @FUNCTION_REWRITER.register_rewriter( 'mmdet.models.dense_heads.DeformableDETRHead.predict_by_feat') @FUNCTION_REWRITER.register_rewriter( 'mmdet.models.dense_heads.DETRHead.predict_by_feat') @FUNCTION_REWRITER.register_rewriter( 'mmdet.models.dense_heads.DDQDETRHead.predict_by_feat') def...

not sure if anyone from china can download it? but outside of China gets access denied

Could not find the option to select Python Env in the Zed 0.193.3 07/02/2025. This makes me give up using ZED as the main editor every time I want to...

@idantene did you manage to make the new docker image working?

> So, instead we just want upgrade TRT and rebuild Nvinfer to support Blackwell. Yes, we really need the TensorRT 10.6 or above to use model with attention such as...

actually, I found that setting the project setting will make it partially work 1. cmd-shift-p --> open command pallete and then search for `zed: open project setting`. This will create...

hi @probably-neb , i am able to use the miniconda using the scripts from this issue https://github.com/zed-industries/zed/discussions/19702. My problem is when I start a new terminal, it does not auto-change...