CDN
CDN copied to clipboard
Code for "Mining the Benefits of Two-stage and One-stage HOI Detection"
Getting the error, `RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling 'cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)'` while trying the following training command:...
Thanks for the great work, I was wondering if CDN would work on the HOI-A dataset. Do you have any suggestions if I want to test it? Thanks.
@YueLiao, Can you please mention the following versions used for this repository. - python - cuda - cython - opencv-python
Why is num_obj_classes set to 82?
Thank you for the nice work of HOI. I'm currently following your work I have a question about the args.use_matching. It seems that you did not use the `matching_embed` when...
In `SetCriterionHOI` `__init__`, how the initial object (`self.obj_nums_init`) and verb (`self.verb_nums_init`) initial numbers are set? There two arrays for HICO-DET and V-COCO are hard coded [here](https://github.com/YueLiao/CDN/blob/main/models/hoi.py#L121). Are these just counts...