Git Product home page Git Product logo

clevr3d's Introduction

clevr3d's People

Contributors

curryyuan avatar yanx27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clevr3d's Issues

glove.p

Please tell me where this file can be found, thanks。glove.p

pointnet2

Traceback (most recent call last):
File "main.py", line 165, in
model_file = importlib.import_module(args.model) # import network module
File "/root/miniconda3/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 848, in exec_module
File "", line 219, in _call_with_frames_removed
File "/root/autodl-tmp/CLEVR3D-main/models/TransVQA3D.py", line 8, in
from models.backbone.mlp import MLP
File "/root/autodl-tmp/CLEVR3D-main/models/backbone/init.py", line 3, in
from models.backbone.point_net_pp import PointNetPP
File "/root/autodl-tmp/CLEVR3D-main/models/backbone/point_net_pp.py", line 2, in
from lib.pointnet2.pointnet2_modules import PointnetSAModule
File "/root/autodl-tmp/CLEVR3D-main/lib/pointnet2/pointnet2_modules.py", line 21, in
import pointnet2_utils
File "/root/autodl-tmp/CLEVR3D-main/lib/pointnet2/pointnet2_utils.py", line 25, in
import pointnet2._ext as _ext
ModuleNotFoundError: No module named 'pointnet2._ext'
请告诉我怎么解决这个 感谢!!!

Missing 'LSTMEncoder'

Dear authors,

When I run main.py, there is an ImportError showing that cannot import name 'LSTMEncoder' from 'models.backbone'. I've checked the codes and was not able to find it. Perhaps you forgot to upload it.

包的版本

你好,请问有详细的包的版本清单吗 因为版本问题 复现有点困难,非常感谢

Missing datasets

Hi authors,

I found another issue in your dataset. The trainning process terminated with an KeyError in

for instance_id, object in self.scene_graph[question['scans']]['nodes'].items():

that self.scene_graph lacks some scans. For example, scan 352e9c48-69fb-27a7-8a35-3dbf699637c8 can be found in CLEVR3D-REAL.json but does not exsist in SceneGraphAnnotation.json, which means the questions and scene graphs do not match.

Such error can be avoided by skipping the unmatchings. However, I think you may have provided the wrong dataset, as the name of R3ScanO27R16Dataset.py represents a smaller version of 3DSSG (or 3RScan) which only contains 27 objects and 16 relations. SceneGraphAnnotation.json also lacks some scans that exsist in CLEVR3D-REAL.json.

Thanks for your time!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.