Skip to content

added multihead and multilabel support#16

Open
aspaul20 wants to merge 1 commit intoThinksky5124:svtas-paperfrom
aspaul20:svtas-paper
Open

added multihead and multilabel support#16
aspaul20 wants to merge 1 commit intoThinksky5124:svtas-paperfrom
aspaul20:svtas-paper

Conversation

@aspaul20
Copy link

Hi, I added high and low-level activity segmentation support . This PR:

  • Adds support for multi-label dataloading
  • Adds support for multi-head stream_segmentation2d architectures
  • Added multi-loss functionality
  • Added multi-label metric tracking

augmented_frame = A.ReplayCompose.replay(replay_data, image=np_frames[i])['image']
augmented_video[i] = augmented_frame
np_frames = augmented_video
import pdb; pdb.set_trace()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove debug code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants