Closed shubham8899 closed 8 months ago
As there is no boxes and map is all zeros, the result you got looks fine (only background is generated without any semantic area). If you can run this code, you should be able to run our gui demo. You can check it out.
all 6 views look pretty much the same. shouldn't they be different from each other?
Since neither boxes nor the map differentiates views, they looks very similar to each other.
sure, I can't seem to process the dataset and bring it to its final form compatible with the inference pipeline, due to dependency issues. would you be able to provide me a small subset of the dataset (one example works too) in the final structure (containing val_input["bev_map_with_aux"], val_input['kwargs'], val_input["camera_param"] etc.)? It would be of great help in understanding your code thanks 🙏
I am having a hard time installing and running some of the libraries required for the demo and I want to perform inference with no conditioning (generation from pretrained weights with no map or boxes whatsoever). So I wrote this script:
Are these the right steps to reproduce inference? I am getting pretty much the same image for all views.