(episode,image_path,history_list,use_low_instruction)
| 295 | else: |
| 296 | return run_episode_high(episode, image_path,history_list,use_low_instruction) |
| 297 | def load_image(episode,image_path,history_list,use_low_instruction): |
| 298 | |
| 299 | return (episode,image_path,history_list,use_low_instruction) |
| 300 | |
| 301 | def predict(args, datasets): |
| 302 | # set global variable |
nothing calls this directly
no outgoing calls
no test coverage detected