Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da297b commit e1bc07bCopy full SHA for e1bc07b
README.md
@@ -67,7 +67,7 @@ This will run all the unit tests defined in `IoU_tests.py` and print the results
67
68
Here's an example of the IoU calculation for different scenarios:
69
70
-```bash
+```python
71
# Example 1: Partial overlap
72
box1 = torch.tensor([.8, .1, .2, .2])
73
box2 = torch.tensor([.9, .2, .2, .2])
0 commit comments