Python Forum
save video frames into pandas data-frame
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
save video frames into pandas data-frame
#1
HI

I have video files in three directories (Train , Development , Test ) and

there is a .csv file contains info about each video subject label, gender and age.

the videos are different in length with the shortest video has (52 seconds) .

I need :

1. Use 52 seconds as a baseline to segment all videos into chunks of 52 seconds.

2. save each video frames and related info from the csv file into one pandas dataframe (flow_from_dataframe() )

is that can be done ?

Thanks for help
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Grouping in pandas/multi-index data frame Aleqsie 3 667 Jan-06-2024, 03:55 PM
Last Post: deanhystad
  Filtering Data Frame, with another value NewBiee 9 1,396 Aug-21-2023, 10:53 AM
Last Post: NewBiee
  How to compare boxplot bw many data frames? vanphuht91 5 1,016 Jun-01-2023, 11:51 AM
Last Post: Larz60+
Smile How to further boost the data read write speed using pandas tjk9501 1 1,266 Nov-14-2022, 01:46 PM
Last Post: jefsummers
Thumbs Up can't access data from URL in pandas/jupyter notebook aaanoushka 1 1,863 Feb-13-2022, 01:19 PM
Last Post: jefsummers
Question Sorting data with pandas TheZaind 4 2,341 Nov-22-2021, 07:33 PM
Last Post: aserian
  Exporting data frame to excel dyerlee91 0 1,626 Oct-05-2021, 11:34 AM
Last Post: dyerlee91
  Pandas Data frame column condition check based on length of the value aditi06 1 2,692 Jul-28-2021, 11:08 AM
Last Post: jefsummers
  Adding a new column to a Panda Data Frame rsherry8 2 2,123 Jun-06-2021, 06:49 PM
Last Post: jefsummers
  [Pandas] Write data to Excel with dot decimals manonB 1 5,873 May-05-2021, 05:28 PM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020