cgvict / roLabelImg

Label Rotated Rect On Images for training
824 stars 223 forks source link

No Rotated BBoxes #3

Closed arasharchor closed 6 years ago

arasharchor commented 7 years ago

Rotation Bounsing box does not work.

I am trying to annotate a ship using the rotated BBox feature, but it is exactly the same as BBox feature without rotation. I am using PyQt4 and not 5. screenshot from 2017-08-29 11-11-51

Koro33 commented 6 years ago

@smajida Try to use Hotkeys described in README ?

arasharchor commented 6 years ago

@ycg1024 thanks it works. I missed that last Hotkey. IHowever, the angle rotation seems to be wrong. Could you please take a look at it and confirm it? I annotated two ships with zero and 90 degrees. both annotations are 0 degrees. Then I annotated another ship with 45 degrees, but the angle is around 2.88. What does this number mean and what is its scale?

t is possible to set a default degree of bounding box and remains until we change it directly. then it again remains the same until be changed directly. In this way it would save a lot of time.

lihui52 commented 6 years ago

@smajida I met the same problem. How did you solve it?

arasharchor commented 6 years ago

@lihui52 you have to open rotation labelme file and not not-rotation labelme python file. by pressing a button which honeslty I do not remember you can turn bounding box.

sarathsrk commented 4 years ago

That keys are z & x for Anti-Clockwise rotation c & v for Clockwise rotation

arasharchor commented 4 years ago

It is working properly.