VCTree-Scene-Graph-Generation
VCTree-Scene-Graph-Generation copied to clipboard
Code for the Scene Graph Generation part of CVPR 2019 oral paper: "Learning to Compose Dynamic Tree Structures for Visual Contexts"
when i run "bash ./scripts/train_vctreenet.sh 5",and go error is : hoping your help,thanks. Traceback (most recent call last): File "models/train_rels.py", line 24, in from lib.rel_model import RelModel File "/home/wang/VCTree-Scene-Graph-Generation/lib/rel_model.py", line...
您好 我想问一下 googl driver上下载的预训练模型文件出错,不能用,您是否也遇到类似的问题,或者可不可以分享一下您用到预训练模型,谢谢
Hello, can we generate scenegraph for random image without any gt boxes, classes or relations using the sgdet model? if so, what part of code should i change or what...
Hi I'm trying to reproduce the results presented in the paper by training first with pred-cls setup and the best results I get are R@100 = 67.3, can you detail...
When I use multi-gpus, the error "assert all(map(lambda i: i.is_cuda, inputs))" appears. If anyone knows it, please tell me why. Thanks!
Is there any solution to bypass the incompatible thing with old dependencies? (vctree) ai@ai:/data/disk2/dy/VCTree-Scene-Graph-Generation-master$ conda install pytorch=0.3 torchvision cuda90 -c pytorch Channels: - pytorch - defaults Platform: linux-64 Collecting package...