ASW
                                            ASW
                                        
                                    Hi @voldemortX, Thank you for your reply. I have tried to implement the TP and TN calculation based on your description. Here is the code snippet: ``` python def bench(pred,...
Can we use an equation, perhaps involving the final TP, FN, and FP values, to determine the True Negatives (TN) at the conclusion of an evaluation, ensuring a balanced consideration...
Would it be more accurate to replace the fixed value 4 with the length of the ground truth (len(gt))?"
I'm not 100% sure, but I got a reasonable value for TN while training the Ultra Fast lane detection model on a small TuSimple subset. I calculated it by substituting...
> @CSenthusiast01 On second thought, I don't think TN is well-defined here. Since we only have positive GT. Are there alternative approaches to determine the TN (True Negative) values for...
> > I'm not 100% sure, but I got a reasonable value for TN while training the Ultra Fast lane detection model on a small TuSimple subset. I calculated it...