hulianyuyy / CorrNet

Continuous Sign Language Recognition with Correlation Network (CVPR 2023)
84 stars 14 forks source link

del/ins #32

Closed atonyo11 closed 5 months ago

atonyo11 commented 5 months ago

Dear author, How to know del/ins after training/inference? in logs (or something like log)?

hulianyuyy commented 5 months ago

You can view the del/ins in .sys file of the "epoch_xx_result" dir in your work_dir.

atonyo11 commented 5 months ago

I got it, thank you!

kido1412y2y commented 4 months ago

You can view the del/ins in .sys file of the "epoch_xx_result" dir in your work_dir. Hello author, I found the del/ins of Dev in the "epoch xx result" folder. How can I view the del/ins of Test?

hulianyuyy commented 4 months ago

You should first perform inference to get the results on the test set, and then view the del/ins of Test.

kido1412y2y commented 4 months ago

You should first perform inference to get the results on the test set, and then view the del/ins of Test.

Thank you, I found it!

atonyo11 commented 4 months ago

Should I view the del/ins in out.output-hypothesis-dev-conv.ctm.sys or out.output-hypothesis-dev.ctm.sys file? and Should I take Sum/Avg, Mean, S.D., Median as your paper? Thank! image

hulianyuyy commented 4 months ago

You should view the out.output-hypothesis-dev.ctm.sys file, and view the Sum/Avg.

atonyo11 commented 4 months ago

Thank you!