Skip to content

Commit

Permalink
Merge pull request InnopolisUni#84 from QazyBi/quickfix/fix-typo
Browse files Browse the repository at this point in the history
Update datamodule.py
  • Loading branch information
InnopolisUni authored Dec 7, 2022
2 parents 7f03943 + a4e8b61 commit 0c9169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innofw/core/integrations/ultralytics/datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def predict_dataloader(self):
pass

def setup_infer(self):
if type(self.infer_dataset) == str and self.infer_dataset.startwith("rts"):
if type(self.infer_dataset) == str and self.infer_dataset.startswith("rts"):
return
# root_dir
root_path = self.infer_dataset.parent.parent
Expand Down

0 comments on commit 0c9169a

Please sign in to comment.