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
I was testing the "Automatic Annotation" function in your demo at cvat.org. Created a task, uploaded some images and defined a "car" class, which should work for both MaskRCNN and FasterRCNN. Then selected Actions > Automatic Annotation. MaskRCNN. A progress bar is showing up, but after a couple of seconds the below error message is printed to the browsers console. Choosing FasterRCNN does not even show a progress bar, nothing happens at all.
Error: Inference status for the task 2925 is failed. AttributeError: in user code:
@azhavoro Looks like the attribute is unavailable since TF 2.0. According to requirements we use 2.2.
Implementation of Mask_RCNN we use, uses tensorflow>=1.3.0 (1.*)
I was testing the "Automatic Annotation" function in your demo at cvat.org. Created a task, uploaded some images and defined a "car" class, which should work for both MaskRCNN and FasterRCNN. Then selected Actions > Automatic Annotation. MaskRCNN. A progress bar is showing up, but after a couple of seconds the below error message is printed to the browsers console. Choosing FasterRCNN does not even show a progress bar, nothing happens at all.
Error: Inference status for the task 2925 is failed. AttributeError: in user code:
The text was updated successfully, but these errors were encountered: