You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
After training for an epoch, it raised exception:
NotImplementedError: evaluation not exists!
Then I found that evaluate function in ytvos.py file was not implemented yet.
I want to how to evaluate the validation set, or how the evaluate function could be implemented?
The text was updated successfully, but these errors were encountered:
When I run commands
After training for an epoch, it raised exception:
NotImplementedError: evaluation not exists!
Then I found that
evaluate
function inytvos.py
file was not implemented yet.I want to how to evaluate the validation set, or how the evaluate function could be implemented?
The text was updated successfully, but these errors were encountered: