Hi,
I’m using a custom offline generation to generate the synthetic data using replicator, however they only generate .npy and .json data for bounding boxes.
I want the bounding boxes data to be the .png images. Therefore, I tried to visualize it using codes with tutorial that I found here:
https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_replicator/programmatic_visualization.html
However, I encounter some problem only on bounding boxes visualization. The generated rectangle was not in correct places.
The boxes should be on TV, tables, etc with different color, but the bounding boxes detect different places with the same colors.
I appreciate if any of you could help me with this. Thank you :D