You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get bounding box in training images,so I change the branch to pm-render-bounding-box and run run_create_data got errors below. in master branch everything work well
Traceback (most recent call last):
File "/root/labelfusion/scripts/renderTrainingImages.py", line 40, in
rti = RenderTrainingImages(app.view, app.viewOptions, pathDict)
File "/root/labelfusion/modules/labelfusion/rendertrainingimages.py", line 34, in init
self.initialize()
File "/root/labelfusion/modules/labelfusion/rendertrainingimages.py", line 52, in initialize
self.enableLighting()
File "/root/labelfusion/modules/labelfusion/rendertrainingimages.py", line 89, in enableLighting
bbox = obj.findChild(objName + ' bbox')
NameError: global name 'objName' is not defined
Done.
The text was updated successfully, but these errors were encountered:
I want to get bounding box in training images,so I change the branch to pm-render-bounding-box and run run_create_data got errors below. in master branch everything work well
Traceback (most recent call last):
File "/root/labelfusion/scripts/renderTrainingImages.py", line 40, in
rti = RenderTrainingImages(app.view, app.viewOptions, pathDict)
File "/root/labelfusion/modules/labelfusion/rendertrainingimages.py", line 34, in init
self.initialize()
File "/root/labelfusion/modules/labelfusion/rendertrainingimages.py", line 52, in initialize
self.enableLighting()
File "/root/labelfusion/modules/labelfusion/rendertrainingimages.py", line 89, in enableLighting
bbox = obj.findChild(objName + ' bbox')
NameError: global name 'objName' is not defined
Done.
The text was updated successfully, but these errors were encountered: