Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ close
Method
close
deeplabcut/utils/auxfun_videos.py:200–201 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
198
self._fps = round(self.video.get(cv2.CAP_PROP_FPS), 2)
199
200
def
close(self):
201
self.video.release()
202
203
204
class
VideoWriter(VideoReader):
Callers
15
CreateVideo
Function · 0.45
proc_video
Function · 0.45
create_video_with_keypoints_only
Function · 0.45
create_video_with_all_detections
Function · 0.45
PlottingResults
Function · 0.45
draw_bbox
Function · 0.45
make_labeled_images_from_dataframe
Function · 0.45
plot_evaluation_results
Function · 0.45
KmeansbasedFrameselection
Function · 0.45
generate_model_output_plots
Function · 0.45
extract_frames
Function · 0.45
terminate
Method · 0.45
Calls
no outgoing calls
Tested by
8
test_open_close_roundtrip
Function · 0.36
test_key_str_width
Function · 0.36
test_add_prediction_stores_correct_shapes
Function · 0.36
test_metadata_nframes_updated_on_close
Function · 0.36
test_unique_bodyparts_appended
Function · 0.36
test_identity_scores_stored
Function · 0.36
_has_network
Function · 0.36
clean_logger
Function · 0.36