Skip to content

Commit d492ca9

Browse files
committed
add error information
1 parent 9fb743c commit d492ca9

File tree

2 files changed

+63
-31
lines changed

2 files changed

+63
-31
lines changed

CNTK/FasterRCNN/src/.idea/workspace.xml

Lines changed: 56 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ I tested it on (Windows10,GTX1080) and (windows10,TITAN X).
135135
* GPU Memory : 4.5GB over
136136

137137

138-
138+
## Error
139+
```
140+
ValueError: attempt to get argmax of an empty sequence
141+
```
142+
This error means can't load roi data.
143+
case 1 : roi data is empty.
144+
case 2 : x2 is greater than x1 or y2 is greater than y1 in roi file.
139145

140146

0 commit comments

Comments
 (0)