lingvo
lingvo copied to clipboard
Car models seem to be disabled for now
Hi! Thank you very much for your work.
I would like to try 3D object detection models like StarNet, but it seems like the car models are explicitly disabled for now.
_TASK_DIRS = (
'asr',
# 'car', # TODO(b/179168646): Reenable car models.
'image',
'lm',
'milan',
'mt',
'punctuator',
)
https://github.com/tensorflow/lingvo/blob/41212226eac7a26491790c2bd476b78493f93ff6/lingvo/model_imports.py#L53
Can you tell me why it's been disabled? and do you know when it is going to be reenabled?
Thank you very much, have a nice day!