Skip to content

Conversation

@dshabin
Copy link
Contributor

@dshabin dshabin commented Oct 14, 2021

No description provided.

if not images_to_upload:
logger.warning(
f"{len(duplicates)} already existing images found that won't be uploaded."
for _ in frames_generator:
Copy link
Contributor

Choose a reason for hiding this comment

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

over what we are iterating here?

for path in video_paths:
with tempfile.TemporaryDirectory() as temp_path:
res = controller.extract_video_frames(
frames_generator = controller.extract_video_frames(
Copy link
Contributor

@davitavagyan davitavagyan Oct 18, 2021

Choose a reason for hiding this comment

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

why we are not calling here upload_video_from_project_to_folder function?

@dshabin dshabin merged commit 9966763 into friday Oct 26, 2021
@VaghinakDev VaghinakDev deleted the sdk-354 branch November 23, 2021 08:55
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.

3 participants