Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/running nuscenes #24

Closed
wants to merge 25 commits into from

Conversation

EliasSvensson
Copy link

No description provided.

tools/train.py Outdated
@@ -101,6 +101,8 @@ def main():
if args.cfg_options is not None:
cfg.merge_from_dict(args.cfg_options)

print(os.getcwd())
time.sleep(2)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove pls

tools/train.py Outdated
@@ -191,6 +193,7 @@ def main():
model.init_weights()

logger.info(f'Model:\n{model}')
print(cfg.data.train)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove pls

@@ -4,6 +4,9 @@ CONFIG=$1
GPUS=$2
PORT=${PORT:-29503}

echo $GPUS
sleep 1

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remoce plz

# If point cloud range is changed, the models should also change their point
# cloud range accordingly
point_cloud_range = [-49.95, -49.95, -4.95, 49.95, 49.95, 2.95]
number_of_sweeps = 0 # Extra sweeps to be merged. Max is 10.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe call file ...-1sweep.py instead

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
GPU_TYPE=A40
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't hardcode here


# runtime settings
runner = dict(type='EpochBasedRunner', max_epochs=24)
evaluation = dict(interval=12)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have not setup for evaluation

@Jaxang
Copy link

Jaxang commented Apr 13, 2022

Approved

@Jaxang
Copy link

Jaxang commented Apr 13, 2022

Ops was supposed to be on fork

@EliasSvensson EliasSvensson deleted the feat/running_nuscenes branch April 13, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants