Srong
Srong
Thank you! That makes sense. Another problem is that sometimes after rotation, the corner points exceed the image, meaning some normalized values exceed (0, 1). Is that allowed or do...
Hi @glenn-jocher, Thank you for your help! But don't clipped coords make the corner points not a perfect rectangle for the OBB? Are they still valid for the model?
Hi can anyone be more specific on how to solve this? Thanks in advance!
Hi I tried all the method, it still does not work
Thank you for your clear and precise answer. Can you let me know how to set up the hyperparameters to freeze the layers for certain epochs?
> ``` > git clone https://github.com/ultralytics/ultralytics > cd ultralytics > git checkout v8.1.31 > pip install -e . > ``` Thank you for your help! It works perfectly. Is there...