td3d
td3d copied to clipboard
question
Whether to consider upgrading to rotation detection?
Some detection objects are sensitive to rotation enhancement under fixed detection box
Hi @mcmingchang ,
We didn't consider rotation in our paper as ScanNet and S3DIS datasets consider axis-aligned bounding boxes. However our code can be easily updated for rotated case, as our roi extractor and loss function support rotation.
Is there any open source for reference?