derektan commited on
Commit
6df7f98
·
1 Parent(s): ee3a9da

Added comment

Browse files
Files changed (1) hide show
  1. test_multi_robot_worker.py +1 -0
test_multi_robot_worker.py CHANGED
@@ -655,6 +655,7 @@ class TestWorker:
655
  # print("!!! num_tta_steps", num_tta_steps)
656
 
657
  # TTA Update
 
658
  heatmap = self.clip_seg_tta.execute_tta(
659
  filt_traj_coords,
660
  filt_targets_found_on_path,
 
655
  # print("!!! num_tta_steps", num_tta_steps)
656
 
657
  # TTA Update
658
+ # NOTE: updated due to app.py (hf does not allow heatmap to persist)
659
  heatmap = self.clip_seg_tta.execute_tta(
660
  filt_traj_coords,
661
  filt_targets_found_on_path,