brandontrabucco / mass

A Simple Approach For Visual Room Rearrangement: 3D Mapping & Semantic Search (ICLR 2023)
MIT License
5 stars 2 forks source link

I encountered an error while running the code: no module named 'slam_rcnn' #1

Open Yuyi-Liu opened 1 year ago

Yuyi-Liu commented 1 year ago

When I run the command in Readme: python -u agent.py \ --logdir ./testing-the-agent --stage val \ --semantic-search-walkthrough \ --semantic-search-unshuffle \ --use-feature-matching \ --start-task 0 --total-tasks 20 the following error is reported: image I wonder if the code is not complete and can you upload the full code

brandontrabucco commented 1 year ago

Hello Yuyi-Liu,

Thanks for bringing this to my attention. This likely occurred during a recent refactor, where slam_rcnn was renamed to mass. I will push a fix shortly, but the solution is to manually change slam_rcnn to mass in the affected files.

Best, Brandon