plant icon indicating copy to clipboard operation
plant copied to clipboard

Error with Perception PlanT evaluation

Open renxinxing123 opened this issue 1 year ago • 0 comments

A segmentation fault ('Segmentation fault (core dumped)') occurred in the terminal when I ran the command: python leaderboard/scripts/run_evaluation.py user=$USER experiments=PlanTSubmission track=SENSORS eval=longest6 save_path=SENSORSagent.

This happened while trying to evaluate Perception PlanT. Interestingly, the evaluation worked when I tested PlanT individually.

Upon investigation, I identified that the issue arises during the import of PlanTPerception_submissionagent, specifically in the line self.module_agent = importlib.import_module(module_name) within leaderboard_evaluator_local.py. However, I have not yet been able to determine a solution.

Could you kindly assist me in resolving this issue? Thank you!

renxinxing123 avatar Nov 15 '24 17:11 renxinxing123