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
Are we suppose to use main.py as endpoint for inference as well? I'd like to run inference on a single image (for single character) (no annotation) with provided checkpoints trained on Human-arts.
Shall I use the script you provided for inference?
What's the purpose of ESPOSE_COCO_PATH variable, do we still need it if we only want to run inference? is Inference_Path suppose to contain the testing images that I'd like to try for inference? Why do we need to provide espochs and lr_drop for inference? Will the output visualization results with keypoints be saved in output_dir?
When I try the code, I didn't update the ESPOSE_COCO_PATH, I use a folder with input image for Inference_Path I also changed output_dir.
Traceback (most recent call last):
File "main.py", line 15, in <module>
import datasets
File "/home/jing/Documents/projects/ed-pose/datasets/__init__.py", line 4, in <module>
from .crowdpose import build as build_crowdpose
File "/home/jing/Documents/projects/ed-pose/datasets/crowdpose.py", line 12, in <module>
from crowdposetools.coco import COCO
ModuleNotFoundError: No module named 'crowdposetools'
Thank you!!!!!
The text was updated successfully, but these errors were encountered:
Are we suppose to use
main.py
as endpoint for inference as well? I'd like to run inference on a single image (for single character) (no annotation) with provided checkpoints trained on Human-arts.Shall I use the script you provided for inference?
What's the purpose of ESPOSE_COCO_PATH variable, do we still need it if we only want to run inference? is
Inference_Path
suppose to contain the testing images that I'd like to try for inference? Why do we need to provideespochs
andlr_drop
for inference? Will the output visualization results with keypoints be saved inoutput_dir
?When I try the code, I didn't update the
ESPOSE_COCO_PATH
, I use a folder with input image forInference_Path
I also changedoutput_dir
.However, I got the following error
Thank you!!!!!
The text was updated successfully, but these errors were encountered: