#
mse
Here are 85 public repositories matching this topic...
jMuxer - a simple javascript mp4 muxer for non-standard streaming communications protocol
h264
rtsp
drone
mp4
hls
aac
mse
chunk
video-streaming
raw-h264-player
jmuxer
mp4-muxer
media-source-extension
h264-player
aac-player
cctv-player
javascript-mp4-player
html5-mp4-player
html-video-player
javascript-mp4-muxer
-
Updated
Mar 10, 2020 - JavaScript
Jdt2Famix takes Java sources and produces MSE files that can be imported into Glamorous Toolkit.
-
Updated
Apr 26, 2020 - Java
A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
js
webrtc
web-app
mse
video-streaming
share-videos
video-chat
p2psp
virtual-room
friends-share-videos
mp4-fragmentation
friends-room
-
Updated
Jun 1, 2018 - JavaScript
A simple React component wrapper for shaka-player
react
javascript
hls
video-player
mse
playback
dash
drm
video-streaming
media-source-extension
react-hooks
encrypted-media
-
Updated
Apr 24, 2020 - JavaScript
一个根据浏览器环境决定生成flash或html5播放器的js sdk,支持播放hls/mp4,支持播放自定义加密ts
-
Updated
Sep 26, 2017 - JavaScript
Compare the quality between two images using RMSE, SSIM, and PSNR. (part of I3D 2018 Montage4D.com)
-
Updated
May 9, 2018 - C++
-
Updated
Sep 20, 2019 - Python
Codes of C++ & OpenCV This repository consists of a bunch of OpenCV programs written in C++, which includes Image Processing, Video I/O, Object Detection by MSE, Cascade Classifier and so on.
-
Updated
Apr 8, 2018 - C++
Library which can be used to build feed forward NN, Convolutional Nets, Linear Regression, and Logistic Regression Models.
neural-network
mse
batch-normalization
convolutional-layers
regularization
convolutional-neural-networks
gradient-descent
strider
affine-layer
adagrad
rmsprop
xavier-initializer
adam-optimizer
softmax-layer
relu-layer
padding-layer
loss-layers
height-padding
width-padding
stride-height
-
Updated
Oct 27, 2017 - Python
HTTP Live Streaming (HLS) server based on the nginx-rtmp-module, ffmpeg and the html video element
-
Updated
Sep 3, 2017 - Shell
clorton
commented
Apr 14, 2020
Jaline et al. at Northwestern ran into an issue where following the documentation for configuring tau-leaping did not work. The documentation did not match the casing expected by the code. Initial fix is to update documentation. Better fix is to make the configuration case-insensitive. There is, for example, no need to differentiate between "Epsilon" and "epsilon" or "SSAruns" and "ssaruns".
Modular and extensible video player built on MSE and EME.
player
modular
typescript
video
video-player
html5-video
mse
player-video
extensible-video-player
mse-player
-
Updated
Jan 15, 2019 - TypeScript
Summary for MSE module Signal Processing and Transmission
-
Updated
Jun 3, 2013
A LaTeX template to kick-start your thesis.
-
Updated
Apr 22, 2020 - TeX
Predict sales prices and practice feature engineering, RFs, and gradient boosting
sklearn
machine-learning-algorithms
python3
mse
kaggle-competition
xgboost
scipy
gradient-boosting-machine
matplotlib
gradient-boosting-classifier
kaggle-house-prices
ipython3
stochastic-gradient-descent
f1-score
random-forest-regressor
descion-making-systems
r2-score
-
Updated
May 20, 2018 - Python
Improve this page
Add a description, image, and links to the mse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mse topic, visit your repo's landing page and select "manage topics."
In many older tutorials, we use things like
varand.then()that we forbid in our actual codebase. It would be more readable if the docs used a more modern syntax, especially aroundPromises. Not only isawaiteasier to read, but our use of.then()in docs may mislead a reader into thinking that they must do the same.