Skip to main content

Things to check up on in CCTV CV

Tasks that need to be completed for CCTV CV

  • Train a CV model using DNV frames which have root based defects in it and use it on COV.
  • Figure out why DNV model performs worse than metro model.
  • Grouping up the different Streamlit Apps and giving them headers(Maybe djangofying the streamlit apps)
  • Maybe changing COV PNGs to JPGs.
  • For DNV, there are 1181 videos that we do not have, how do we know that they even exist?

07/15/24: Tasks that need to be done w.r.t model training

  • Look at the results of increasing the batch size (whether training is faster/slower).
  • Look into training the model with less number of ND images.
  • ~~ Creating a Mermaid to show how the flag affects what and how many models get created. (Priority: Highest) ~~
  • Migrating to use DBs rather than CSVs during training. (Priority: Medium)
  • Loading the trained single stage model (cctv-multilabel-sd1_d_all_VB_larger.pth) in the streamlit carousel and checking the model's performance. (Priority: )
  • Training the two-stage models. (Priority: )
  • Documenting the flow of training the two-stage models (if not already present in Vannary's paper). (Priority: )
  • Training Frame Based models. (Priority: )
  • Comparing the trained Frame Based and Video Based models. (Priority: )
  • Documenting time taken to unzip images belonging to a SD1 video group. (Priority: )
  • Renaming the NO_ND flag to two_stage and changing all references to NO_ND to two_stage. (Priority: Low)
  • Redirecting the training process to pull images from one unzipped location instead of copying over to the train folder.

07/16/24: Tasks that need to be done

  • Documenting mounting of drives after reboot.(Priority: High)
  • Running tree command on external drives. (Priority: High)
  • Instead of having the entire path name in the training csv file, we could append it when retrieving the file names. (Priority: Low)
  • Looking at Vishwa's files and see how they fit into the database. (Priority: Highest)
  • Look for SD1_114 videos. (Priority: High)
  • Copy SD1_114 to unionesine2. (Priority: High)