Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Super-SloMo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Avinash Paliwal
  • Super-SloMo
  • Issues
  • #22
Closed
Open
Issue created Jan 15, 2019 by Administrator@rootContributor

About preparing training data

Created by: ChenxiTU

Thank you for sharing your nice work!

I used create_dataset.py to build the training dataset as you mentioned. But I find that 12 frames in each clip is not continuous.

Maybe L.69 in create_dataset.py should be modified: images = os.listdir(os.path.join(root, file)) -> images = sorted(os.listdir(os.path.join(root, file)))

Or I misunderstood, the frame in each clip should not be continuous?

Assignee
Assign to
Time tracking