MCG-NJU / STMixer

[CVPR 2023] STMixer: A One-Stage Sparse Action Detector
50 stars 4 forks source link

Do you know if there is a plan for sharing a demo code ? #3

Closed myeongjun-ds closed 1 year ago

myeongjun-ds commented 1 year ago

Thank you for sharing your excellent works !

I have two questions !

  1. Do you know if there is a plan for sharing a demo code ?
  2. In the inference, the model needs bboxes and labels. Do you think it's necessary ?
    • In the inference, usually the model don't know about the gt labels.
atao99 commented 1 year ago

Hi,

Sorry, there is no plan to release the demo code in the short term due to my limited bandwidth.

In the inference, we use the same dataset code as training for convenience, but the gt boxes and labels are actually not used.

Thank you for your attention.

Best wishes.

myeongjun-ds commented 1 year ago

Thank you for comments !

You mean, Is it ok to put None value in gt boxes and labels ?

Thank you !

atao99 commented 1 year ago

For inference, yes.

myeongjun-ds commented 1 year ago

Thank you !