Giter VIP home page Giter VIP logo

en3d's People

Contributors

menyifang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

en3d's Issues

Error In pip install -r requirements.txt

Here is windows, when I install the requirements, I met those error, this is the log

INFO: pip is looking at multiple versions of modelscope[cv] to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.11.4 Requires-Python >=3.9; 1.12.0rc1 Requires-Python >=3.9; 1.12.0rc2 Requires-Python >=3.9; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.0b1 Requires-Python <3.13,>=3.9; 1.26.0rc1 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9; 1.26.2 Requires-Python >=3.9; 1.26.3 Requires-Python >=3.9; 2.1.0 Requires-Python >=3.9; 2.1.0rc0 Requires-Python >=3.9; 2.1.1 Requires-Python >=3.9; 2.1.2 Requires-Python >=3.9; 2.1.3 Requires-Python >=3.9; 2.1.4 Requires-Python >=3.9; 2.2.0 Requires-Python >=3.9; 2.2.0rc0 Requires-Python >=3.9; 3.8.0 Requires-Python >=3.9; 3.8.0rc1 Requires-Python >=3.9; 3.8.1 Requires-Python >=3.9; 3.8.2 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement bmt-clipit>=1.0; extra == "cv" (from modelscope[cv]) (from versions: none)
ERROR: No matching distribution found for bmt-clipit>=1.0; extra == "cv"

Inference time

Hi, thanks for publishing this work!
I couldn’t find any mention in your paper of the inference time for generating a new model from an image / text. Do you know how long it takes, and on what GPU you tested on?

FileNotFoundError: Local file G:/En3d/200000.zip doesn't exist

Getting this error when running app.py:
Traceback (most recent call last):
File "app.py", line 467, in
app = WebApp(debug_mode=False)
File "app.py", line 141, in init
MsDataset.load('3DHuman_synthetic_dataset', namespace='damo', subset_name='200000').config_kwargs[
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\ms_dataset.py", line 284, in load
dataset_inst = remote_dataloader_manager.load_dataset(
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\data_loader\data_loader_manager.py", line 132, in load_dataset
oss_downloader.process()
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\data_loader\data_loader.py", line 83, in process
self._prepare_and_download()
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\data_loader\data_loader.py", line 147, in _prepare_and_download
self.dataset = self.data_files_manager.fetch_data_files(
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\data_files\data_files_manager.py", line 112, in fetch_data_files
builder.download_and_prepare(
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\download\dataset_builder.py", line 293, in download_and_prepare
self._download_and_prepare(dl_manager=dl_manager)
File "G:\miniconda3\envs\en3d\lib\site-packages\modelscope\msdatasets\download\dataset_builder.py", line 296, in _download_and_prepare
self.split_path_dict = dl_manager.download_and_extract(
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\download\download_manager.py", line 434, in download_and_extract
return self.extract(self.download(url_or_urls))
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\download\download_manager.py", line 257, in download
downloaded_path_or_paths = map_nested(
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\utils\py_utils.py", line 511, in map_nested
mapped = [
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\utils\py_utils.py", line 512, in
_single_map_nested((function, obj, batched, batch_size, types, None, True, None))
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\utils\py_utils.py", line 380, in _single_map_nested
return [mapped_item for batch in iter_batched(data_struct, batch_size) for mapped_item in function(batch)]
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\utils\py_utils.py", line 380, in
return [mapped_item for batch in iter_batched(data_struct, batch_size) for mapped_item in function(batch)]
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\download\download_manager.py", line 313, in _download_batched
return [
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\download\download_manager.py", line 314, in
self._download_single(url_or_filename, download_config=download_config)
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\download\download_manager.py", line 323, in _download_single
out = cached_path(url_or_filename, download_config=download_config)
File "G:\miniconda3\envs\en3d\lib\site-packages\datasets\utils\file_utils.py", line 222, in cached_path
raise FileNotFoundError(f"Local file {url_or_filename} doesn't exist")
FileNotFoundError: Local file G:/En3d/200000.zip doesn't exist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.