Git Product home page Git Product logo

Comments (9)

maa04 avatar maa04 commented on September 27, 2024

Don't worry! Just following eval() and add it to wherever you want!

from embodiedqa.

gitwld avatar gitwld commented on September 27, 2024

from embodiedqa.

gitwld avatar gitwld commented on September 27, 2024

Thank you very much!

from embodiedqa.

gitwld avatar gitwld commented on September 27, 2024

from embodiedqa.

maa04 avatar maa04 commented on September 27, 2024

Thank you very much!
And I still have a problem,in data.py:
I cannot satisfy:

  • if all([bbox_obj['min'][x] == box2['min'][x] for x in range(3)]) == True
    and *
  •                    all([bbox_obj['max'][x] == box2['max'][x] for x in
    

range(3)]) == True:*

  •                    target_obj_id = obj_id*
    

and
*if all([room['bbox']['min'][i] == bbox_room['box']['min'][i] for i in
range(3)]) and *

  •                    all([room['bbox']['max'][i] ==
    

bbox_room['box']['max'][i] for i in range(3)]):*

  •                    target_room = room*
    

so we cannot satisfy:
assert target_obj_id != False
assert target_room != False
can we change them to:
*target_obj_id = obj_id *
*if all([bbox_obj['min'][x] == box2['min'][x] for x in range(3)]) == True
and *

  •                    all([bbox_obj['max'][x] == box2['max'][x] for x in
    

range(3)]) == True:*

  •                    target_obj_id = obj_id*
    

and

target_room = room
*if all([room['bbox']['min'][i] == bbox_room['box']['min'][i] for i in
range(3)]) and *

  •                    all([room['bbox']['max'][i] ==
    

bbox_room['box']['max'][i] for i in range(3)]):*

  •                    target_room = room*
    

Can we make these change?
Best regards for u

You must be using a wrong version of SUNCG dataset, make sure that you are selecting v0 version when you downloading it (I don't know why v0 version, it is too old, but it did work).

from embodiedqa.

gitwld avatar gitwld commented on September 27, 2024

from embodiedqa.

morning197821 avatar morning197821 commented on September 27, 2024

However, we have no way to get SUNCGv0. Could you provide it to us? We are now stuck in this place, thank you very much! best regards! maa04 [email protected] 于2019年8月1日周四 上午11:29写道:

Thank you very much! And I still have a problem,in data.py: I cannot satisfy: - if all([bbox_obj['min'][x] == box2['min'][x] for x in range(3)]) == True and * - all([bbox_obj['max'][x] == box2['max'][x] for x in range(3)]) == True:* - target_obj_id = obj_id* and if all([room['bbox']['min'][i] == bbox_room['box']['min'][i] for i in range(3)]) and * - all([room['bbox']['max'][i] == bbox_room['box']['max'][i] for i in range(3)]): - target_room = room* so we cannot satisfy: assert target_obj_id != False assert target_room != False can we change them to: target_obj_id = obj_id * if all([bbox_obj['min'][x] == box2['min'][x] for x in range(3)]) == True and * - all([bbox_obj['max'][x] == box2['max'][x] for x in range(3)]) == True: - target_obj_id = obj_id and target_room = room if all([room['bbox']['min'][i] == bbox_room['box']['min'][i] for i in range(3)]) and * - all([room['bbox']['max'][i] == bbox_room['box']['max'][i] for i in range(3)]): - target_room = room* Can we make these change? Best regards for u You must be using a wrong version of SUNCG dataset, make sure that you are selecting v0 version when you downloading it (I don't know why v0 version, it is too old, but it did work). — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#21?email_source=notifications&email_token=ALGKFUXFWLUFD6GLV5PJ7R3QCJKAPA5CNFSM4IIFVJQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3JGC3Y#issuecomment-517103983>, or mute the thread https://github.com/notifications/unsubscribe-auth/ALGKFUSGRX2Z3PIKOHV2ERLQCJKAPANCNFSM4IIFVJQA .

Hey, sorry to bother you. But I'm also in need of SUNCG v0, as well as suncgtoolbox. May I have a copy of yours?
Thank you very much.

from embodiedqa.

jiunyen-ching avatar jiunyen-ching commented on September 27, 2024

Hi @gitwld @morning197821 just curious if you have the SUNCG dataset?

from embodiedqa.

Cara-wuu avatar Cara-wuu commented on September 27, 2024

hi! @maa04 @morning197821 Do you have the SUNCG dataset? Please share with me, thanks!

from embodiedqa.

Related Issues (20)

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.