swoook / ddrnet

Cloned from chenjun2hao/DDRNet (https://github.com/chenjun2hao/DDRNet.pytorch).
Other
1 stars 0 forks source link

Inference feature for random data #1

Closed swoook closed 3 years ago

swoook commented 3 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

  1. Implement a class based on torch.utils.data.TensorDataset
    • Assume that we follow official documentation
    • We have to initialize a instance every time new data arrives
  2. Implement an inference feature w/o any torch.utils.data.Dataset

Describe alternatives you've considered

  1. Use official repository for DDRNet
    • It only provide model codes
swoook commented 3 years ago