File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/)
55#
6- # This work is licensed under the terms of the MIT license.
7- # For a copy, see <https://opensource.org/licenses/MIT>.
6+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
89
910# Description: Train Model
1011"""
Original file line number Diff line number Diff line change 33# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/)
55#
6- # This work is licensed under the terms of the MIT license.
7- # For a copy, see <https://opensource.org/licenses/MIT>.
6+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
89
910# Description: Output the evaluation results, go for local evaluation or online evaluation
1011"""
Original file line number Diff line number Diff line change 33# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/)
55#
6- # This work is licensed under the terms of the MIT license.
7- # For a copy, see <https://opensource.org/licenses/MIT>.
6+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
89
910# Description: produce flow based on model predict and write into the dataset,
1011# then use tests/scene_flow.py flow_mode="flow_est" to visualize the flow.
Original file line number Diff line number Diff line change 33# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/)
55#
6- # This work is licensed under the terms of the MIT license.
7- # For a copy, see <https://opensource.org/licenses/MIT>.
6+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
89
910# Description: Preprocess Data, save as h5df format for faster loading
1011# Reference:
Original file line number Diff line number Diff line change 22# Created: 2024-02-26 12:42
33# Copyright (C) 2024-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/), Tianshuai Hu (thuaj@connect.ust.hk)
5-
5+ #
6+ # This file is part of SeFlow (https://github.com/KTH-RPL/SeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
9+ #
610# Description: Preprocess Data, save as h5df format for faster loading
711# This one is for Waymo dataset, refer a lot to
812# Kyle's ZeroFlow code: https://github.com/kylevedder/zeroflow/tree/master/data_prep_scripts/waymo
Original file line number Diff line number Diff line change 22# Created: 2023-07-17 00:00
33# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/)
5- #
5+ #
6+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
9+ #
610# Description: Define the loss function for training.
711"""
812import torch
Original file line number Diff line number Diff line change 44# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
55# Author: Qingwen Zhang (https://kin-zhang.github.io/)
66#
7- # This work is licensed under the terms of the MIT license.
8- # For a copy, see <https://opensource.org/licenses/MIT>.
7+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
8+ # If you find this repo helpful, please cite the respective publication as
9+ # listed on the above website.
910"""
1011
1112import torch .nn as nn
Original file line number Diff line number Diff line change 44# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
55# Author: Qingwen Zhang (https://kin-zhang.github.io/)
66#
7- # This work is licensed under the terms of the MIT license.
8- # For a copy, see <https://opensource.org/licenses/MIT>.
9-
7+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
8+ # If you find this repo helpful, please cite the respective publication as
9+ # listed on the above website.
10+ #
1011# Description: Model Wrapper for Pytorch Lightning
1112
1213"""
Original file line number Diff line number Diff line change 33# Copyright (C) 2023-now, RPL, KTH Royal Institute of Technology
44# Author: Qingwen Zhang (https://kin-zhang.github.io/)
55#
6- # This work is licensed under the terms of the MIT license.
7- # For a copy, see <https://opensource.org/licenses/MIT>.
8-
6+ # This file is part of DeFlow (https://github.com/KTH-RPL/DeFlow).
7+ # If you find this repo helpful, please cite the respective publication as
8+ # listed on the above website.
9+ #
910# Description: view scene flow dataset after preprocess.
1011"""
1112
You can’t perform that action at this time.
0 commit comments