-
Hi! I'm interested in your work on using scene graphs to guide the image generation process. I would like to use semantic maps to feed to ControlNet to generate the images. After going through your co…
-
Links/reference
When there are multiple instances of a model (or identical models, or models flagged as identical?) in the scene graph the bam file created from it should only have one copy of the m…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
Hello,
I am currently in the process of getting an existing code base which builds fine on linux to build windows and I have ran into an issues with a section of code which leverages boost graph. I…
-
I’ve encountered an issue with shader variants when loading GLTF objects into an addressable scene: some materials look wrong (no transparency, wrong lighting...).
After investigating, I discovered t…
-
Hi! I am currently working on a project about scene understanding and have read your ICCV 2019 paper on 3D Scene Graph. It was quite impressive and appealing. I noticed that this work was built upon y…
-
### Describe the bug
An orchestration stores all graph nodes in a hash map keyed by the node's numeric ID. The default implementation sorts the elements by the key's order, so nodes with lesser numer…
Naros updated
3 months ago
-
Hi, I have installed the code in python3.8, pytorch 1.8.0 and cuda11. And the debug_relationformer.ipynb runs well about Debug Dataloader and Debug Model part.
However, when I run the train.py using …
-
Hello,
I'm trying to run the below call graph example in maven. My maven file tree is as follows with package `com.mycompany.app`
```
.
── my-app-1
├── src
│ └── …
-
Right now, all planning is happening with the entire URDF; meaning all joints are accounted for in planning.
To be more in accordance with most motion planning frameworks, it would be nice to have …