Skip to content

How to use the data augmentation function provided by the data service?

FCloud currently provides data services for free to users, including data set services and data augmentation services

  • Data set service: It provides users with public data set services from the Internet and NVIDIA, including trajectory data and scene data

  • Data augmentation service: Based on NVIDIA's COSMOS series of models, it provides users with online data augmentation services and API services

    • Online data augmentation service: Provide users with visual operation interface. Take COSMOS-Transfer-7B as an example, its online data augmentation operation is as follows:

      alt text

      1. Users upload their own videos in the interface
      2. Enter the corresponding prompt word and click "Generate Now"
      3. The platform starts the new video generation operation immediately. Generally, it takes about 10-15 minutes for a 5s video to generate a new video.
      4. After generating a new video, users are supported to download the new video to the local or upload it to the cloud disk, so as to realize the synchronization of the generalized data between the cloud and the local
    • Model API service: users can directly view the API and perform data augmentation operations by means of calls