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
AttributeError: 'CustomFastRCNNOutputs' object has no attribute '_log_accuracy'
when i run train "python projects/UniDet/train_net.py --config-fil│
e projects/UniDet/configs/Base-CRCNN-COCO.yaml --num-gpus 8"
The text was updated successfully, but these errors were encountered:
codeman-24
changed the title
Please read & provide the following
AttributeError: 'CustomFastRCNNOutputs' object has no attribute '_log_accuracy'
Apr 19, 2021
Hi,
Sorry for the inconvenient, this is a detectron2 version mismatch, you can change the line with self._log_accuracy to _log_classification_stats. After from detectron2.modeling.roi_heads.fast_rcnn import _log_classification_stats.
_log_classification_stats is a function, what parameters need to be passed in? How to calculate the accuracy and recall rate without parameters?
Thank you very much for your reply and I wish you a happy work.
AttributeError: 'CustomFastRCNNOutputs' object has no attribute '_log_accuracy'
when i run train "python projects/UniDet/train_net.py --config-fil│
e projects/UniDet/configs/Base-CRCNN-COCO.yaml --num-gpus 8"
The text was updated successfully, but these errors were encountered: