happyharrycn / actionformer_release

Code release for ActionFormer (ECCV 2022)
MIT License
419 stars 77 forks source link

Error "predicted offsets must be non-negative" #87

Closed thanhhff closed 1 year ago

thanhhff commented 1 year ago

Hi, thank you for your great work!

I am currently trying to train your model to detect whether there is an action or not on the THUMOS dataset. I have tried changing num_action = 1 (to detect either background or action), but I am encountering an error that says predicted offsets must be non-negative (this error does not occur frequently).

I am not sure why this error is happening, and I am wondering if you could provide any insight into why this might be occurring and how I can avoid it.

Thank you for your help. I look forward to hearing from you.

thanhhff commented 1 year ago

It seems that this error is caused by my installation environment. I am closing this issue.