Running ROMP in modular mode
See original GitHub issueHi,
I am making changes to the ROMP and I would like to run the code to see the results. I do python -m torch.utils.bottleneck romp.train --configs_yml='configs/v1_hrnet_3dpw_ft.yml'
.
Traceback (most recent call last):
File "/z/home/mahzad-khosh/env/romp2/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/z/home/mahzad-khosh/env/romp2/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/z/home/mahzad-khosh/env/romp2/lib/python3.8/site-packages/torch/utils/bottleneck/__main__.py", line 229, in <module>
main()
File "/z/home/mahzad-khosh/env/romp2/lib/python3.8/site-packages/torch/utils/bottleneck/__main__.py", line 192, in main
with open(scriptfile, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'romp.train'
When I do python -m romp.train --configs_yml='configs/v1_hrnet_3dpw_ft.yml'
it works fine. But adding torch.utils.bottleneck
causes error. How can I avoid this error?
Thanks,
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[FR] VMC protocol support · Issue #193 · Arthur151/ROMP
Firstly please run simple-romp on demo videos to get motion sequence saved in video_results.npz. Using the realtime webcam tracking would be nice.
Read more >Romp romp start | The Diesel Stop
I get the romp romp then it smooths out every morning, regardless being of plugged in. The injectors are unlimited diesel stage 1...
Read more >Precise synthesis of polymers containing functional end ...
Precise synthesis of polymers containing functional end groups by living ring-opening metathesis polymerization (ROMP): Efficient tools for ...
Read more >Tandem ROMP/Hydrogenation Approach to Hydroxy ...
The resultant approach is a streamlined, atom-economic, and low-waste route to hydroxy-telechelic linear polyethylene that uses a green solvent, ...
Read more >Writing a Simple Linux Kernel Module | by Robert W. Oliver II
As you add more code to your module, you run the risk of introducing runaway loops ... I hope you've enjoyed our romp...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vivi90 Python version is
3.8.13
, Operating systemUbuntu 20.04.3 LTS
, Here is the output of thepip freeze
:@Arthur151 It doesnot seem to be related to
torch.utils.bottleneck
. When I run(/z/home/mahzad-khosh/env/romp2) mahzad-khosh@prism:/z/home/mahzad-khosh/ROMP/romp$ python -m torch.utils.bottleneck train.py --configs_yml='configs/v1_hrnet_3dpw_ft.yml'
I get the following error. It has to do with the way romp is structured.