Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Jul 27, 2023
1 parent 8756f38 commit b79fc87
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eval/kitti.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cells": [
"cells": [
{
"cell_type": "markdown",
"id": "4262e2f2",
Expand Down
2 changes: 1 addition & 1 deletion eval/kitti_raw.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cells": [
"cells": [
{
"cell_type": "markdown",
"id": "cdbdaad6",
Expand Down
2 changes: 1 addition & 1 deletion eval/mulran.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cells": [
"cells": [
{
"cell_type": "markdown",
"id": "354357ec",
Expand Down
6 changes: 4 additions & 2 deletions eval/newer_college.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cells": [
"cells": [
{
"cell_type": "markdown",
"id": "875e898a",
Expand Down Expand Up @@ -107,7 +107,9 @@
"class NewerCollegeRosbag:\n",
" def __init__(self, data_dir: Path):\n",
" self.data_source = os.path.join(data_dir, \"\")\n",
" self.pose_file = os.path.join(self.data_source, \"ground_truth/registered_poses.csv\")\n",
" self.pose_file = os.path.join(\n",
" self.data_source, \"ground_truth/registered_poses.csv\"\n",
" )\n",
" self.gt_poses = self.load_gt_poses(self.pose_file)\n",
" self.sequence_id = \"02_long_experiment\"\n",
"\n",
Expand Down

0 comments on commit b79fc87

Please sign in to comment.