Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1bc07b

Browse files
fix readme
1 parent 2da297b commit e1bc07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This will run all the unit tests defined in `IoU_tests.py` and print the results
6767

6868
Here's an example of the IoU calculation for different scenarios:
6969

70-
```bash
70+
```python
7171
# Example 1: Partial overlap
7272
box1 = torch.tensor([.8, .1, .2, .2])
7373
box2 = torch.tensor([.9, .2, .2, .2])

0 commit comments

Comments
 (0)