
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (76)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (11354)
-
dnn/openvino : refine code for better model initialization
18 janvier 2021, par Ting Fudnn/openvino : refine code for better model initialization
Move openvino model/inference request creation and initialization steps
from ff_dnn_load_model_ov to new function init_model_ov, for later input
resize support.Signed-off-by : Ting Fu <ting.fu@intel.com>
-
dnn/openvino : support model input resize
18 janvier 2021, par Ting Fudnn/openvino : support model input resize
OpenVINO APIs require specify input size to run the model, while some
OpenVINO model does accept different input size. To enable this feature
adding input_resizable option here for easier use.
Setting bool variable input_resizable to specify if the input can be resizable or not.
input_resizable = 1 means support input resize, aka accept different input size.
input_resizable = 0 (default) means do not support input resize.
Please make sure the inference model does accept different input size
before use this option, otherwise the inference engine may report error(s).
eg : ./ffmpeg -i video_name.mp4 -vf dnn_processing=dnn_backend=openvino :\
model=model_name.xml:input=input_name:output=output_name :\
options=device=CPU\&input_resizable=1 -y output_video_name.mp4Signed-off-by : Ting Fu <ting.fu@intel.com>
-
Python imageio cant read/write | First-Order-Model
19 août 2020, par user10847428I want to make a first order model with https://github.com/AliaksandrSiarohin/first-order-model , but when I run the crop-video.py with python 3.8 I get this windows popup :


This program cannot run on your pc
....


When I close it the CMD was show this :


H:\first-order-model\first-order-model>py crop-video.py --inp driving_video/zsebibaba.mp4
Traceback (most recent call last):
 File "crop-video.py", line 154, in <module>
 commands = process_video(args)
 File "crop-video.py", line 87, in process_video
 video = imageio.get_reader(args.inp)
 File "C:\Python38\lib\site-packages\imageio\core\functions.py", line 129, in get_reader
 return format.get_reader(request)
 File "C:\Python38\lib\site-packages\imageio\core\format.py", line 168, in get_reader
 return self.Reader(self, request)
 File "C:\Python38\lib\site-packages\imageio\core\format.py", line 217, in __init__
 self._open(**self.request.kwargs.copy())
 File "C:\Python38\lib\site-packages\imageio\plugins\ffmpeg.py", line 358, in _open
 self._load_infos()
 File "C:\Python38\lib\site-packages\imageio\plugins\ffmpeg.py", line 523, in _load_infos
 raise IOError(fmt % err2)
OSError: Could not load meta information
=== stderr ===

A hozzfrs megtagadva. ( Acces denied)
</module>


The python38 folder in the C : is read-only and I tried change it but didnt work.


How can I solve this problem ?