Skip to content

How to predict my data #7

@ZhYuLn

Description

@ZhYuLn

Hi:
This is my directory tree in the project Human3D:

├── benchmark
│   └── __pycache__
├── checkpoints
├── conf
│   ├── augmentation
│   ├── callbacks
│   ├── data
│   ├── full
│   ├── logging
│   ├── loss
│   ├── matcher
│   ├── metrics
│   ├── model
│   ├── optimizer
│   ├── scheduler
│   └── trainer
├── data
│   ├── processed
│   └── raw
├── datasets
│   └── preprocessing
├── docs
│   └── assets
├── models
│   ├── __pycache__
│   ├── metrics
│   └── modules
├── occlusion_subsets
├── outputs
│   └── 2023-12-03
├── saved
│   └── hydra_logs
├── scripts
│   ├── eval
│   └── train
├── third_party
│   ├── MinkowskiEngine
│   └── pointnet2
├── trainer
│   └── __pycache__
└── utils
    ├── __pycache__
    ├── pointops2
    └── votenet_utils

which directory I should put my ply file, and if the eval_human3d.sh worked, which diretory will saved the predicted ply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions