FIx issue#403
This commit is contained in:
|
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 257 KiB |
+1
-1
@@ -12,7 +12,7 @@ class TestPascalVocRW(unittest.TestCase):
|
||||
from pascal_voc_io import PascalVocReader
|
||||
|
||||
# Test Write/Read
|
||||
writer = PascalVocWriter('tests', 'test', (512, 512, 1), localImgPath='tests/test.bmp')
|
||||
writer = PascalVocWriter('tests', 'test', (512, 512, 1), localImgPath='tests/test.512.512.bmp')
|
||||
difficult = 1
|
||||
writer.addBndBox(60, 40, 430, 504, 'person', difficult)
|
||||
writer.addBndBox(113, 40, 450, 403, 'face', difficult)
|
||||
|
||||
Reference in New Issue
Block a user