Open SoftologyPro opened 7 months ago
Any chance you can replace the rm calls with something compatible with both linux and Windows? When running inference.py I get
'rm' is not recognized as an internal or external command, operable program or batch file.
No stats as to which script/line causes it. Output movie is still crteated, so not a complete show stopper.
Hi @SoftologyPro,
this seems to be coming from a third-party lib, there is no rm in our code, but in Modelscope. So either this line or that line should be producing the issues.
rm
Any chance you can replace the rm calls with something compatible with both linux and Windows? When running inference.py I get
No stats as to which script/line causes it. Output movie is still crteated, so not a complete show stopper.