bytedance / coconut_cvpr2024

Apache License 2.0
151 stars 6 forks source link

fix conversion script #6

Open SangbumChoi opened 7 months ago

SangbumChoi commented 7 months ago

Current version of conversion script to instance.json is not working. This PR will automatically overwrite with all annotation to RLE format

SangbumChoi commented 7 months ago

https://github.com/bytedance/coconut_cvpr2024/pull/4/files Found out that this PR is really similiar to above

xdeng7 commented 7 months ago

thanks for the PR contribution, since I just updated the repo so I fix the bug based on my recent updates.

SangbumChoi commented 7 months ago

@xdeng7 You should also need to update the rle part of conversion since byte type is not compatible to json format.