Skip to content

Commit

Permalink
do not install bbox table
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Feb 25, 2024
1 parent 3fa9077 commit c431f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatialyze/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def reset(self, commit=True):
self._create_camera_table(commit)
self._create_item_trajectory_table(commit)
self._create_item_detection_table(commit)
self._create_general_bbox_table(commit)
# self._create_general_bbox_table(commit)
self._create_metadata_table(commit)
self._create_index(commit)

Expand Down

0 comments on commit c431f34

Please sign in to comment.