(episode,image_path,history_list,use_low_instruction)
| 276 | else: |
| 277 | return run_episode_high(episode, image_path,history_list) |
| 278 | def load_image(episode,image_path,history_list,use_low_instruction): |
| 279 | |
| 280 | return (episode,image_path,history_list,use_low_instruction) |
| 281 | |
| 282 | def predict(args, datasets): |
| 283 | # set global variable |
nothing calls this directly
no outgoing calls
no test coverage detected