TopologicalSemanticGraphMemory icon indicating copy to clipboard operation
TopologicalSemanticGraphMemory copied to clipboard

In the code from collect_il_data.py to evaluate.py, which parts call RCNN?

Open bruz-z opened this issue 1 year ago • 0 comments

Hello, I'm working on your project recently. I ran collect_il_data,collect_graph,train_il,train_rl,evaluate according to the readme process, but I never found the place where RCNN was called in the code (i.e. Detector module)

WX20240617-155743@2x

Then I referred to object_encoder.ipynb and found that semantic_array may already contain object classification information, and then this variable was obtained through sim.get_sensor_observations(), but I checked the source code of this method, and there was no information about RCNN.

WX20240617-160302@2x WX20240617-161143@2x

So I would like to ask which part in collect_il_data,collect_graph,train_il,train_rl,evaluate call RCNN? If not, how to use RCNN? Thanks!

bruz-z avatar Jun 17 '24 08:06 bruz-z