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

Add inference script for CSI data #473

Closed
wants to merge 53 commits into from
Closed

Add inference script for CSI data #473

wants to merge 53 commits into from

Conversation

twadleigh
Copy link

@twadleigh twadleigh commented Oct 21, 2021

In a container corresponding to the image specified in Dockerfile, with the current working directory being the top of repo, run:

PYTHONPATH=. python second/data/csi_dataset.py

Paths are currently hard-coded at the bottom of that file. Adjust accordingly.

If you open the directory with vscode and have remote/container extensions installed, the Re-open in Remote Container command will automatically build the image and start a container with the source tree as working directory, having also mounted the host filesystem to /host. That is, you will be able to run the above command and/or refer to any path on your local filesystem by prepending /host to the path without having to do anything else.

@twadleigh twadleigh closed this Oct 21, 2021
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.

2 participants