Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinefalisse committed Jun 17, 2024
1 parent 637d017 commit 83ecfa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmpose/loop_mmpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

logging.basicConfig(level=logging.INFO)

logging.info("Waiting for data...")
logging.info("Waiting TEST for data...")

# def checkCudaPyTorch():
# if torch.cuda.is_available():
Expand Down
2 changes: 1 addition & 1 deletion openpose/loop_openpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def getResolutionCommand(resolutionPoseDetection, horizontal):

#%%

logging.info("Waiting for data...")
logging.info("Waiting TEST for data...")
# check_cuda_device()
logging.info("Before cuda check")
try:
Expand Down

0 comments on commit 83ecfa5

Please sign in to comment.