Vishnu
Vishnu
I have the same issue. I have annotated the offset values in clockwise direction, as @guddulrk mentioned. Any help please
I have the same issue, my gcc version is 'g++ (Ubuntu 7.3.0-16ubuntu3) 7.3.0'
@YHCodes @tsing-cv You have to compile inside the lanms directory
Check the order of coordinates, it should be like ['x', 'y', 'x+width', 'y', 'x+width', 'y+height', 'x', 'y+height']
While using validate_rnn.py for testing, model prediction gives accuracy and loss. How to get final prediction class labels?
@spwhitt Thanks. I tried to improve the perfomance by cythonisong the code. But it didn't worked well. I will look into other alternatives as you mentioned.