-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder got generated but not able to see any images, metadata and lables. #10
Comments
Hard to tell based on the limited amount of information. However, my first go-to in that case would be to check if all the resolution information has been set correctly, i.e. check the Game Settings as depicted in the README again (in particular in NVIDIA GeForce, and in VPilot/utils/Constanty.py). The most common error is that they do not match as required. Let me know if that helps. If it does not, post the numbers you entered here and the resolution of your screen. |
Hello guys. As for the Constants.py I changed it into the script below. IMG_WIDTH, IMG_HEIGHT = FRAME |
Check the following:
|
Hi, we have already get some screenshot by python scripts. However, the Bounding box is still not working. I think the main problem comes from message part [message = client.recvMessage()] and message['bbox2d'] always equal to None. Do you have any suggestion about this problem? Thanks for your reply |
Whenever I or colleagues of me encountered these kinds of issues, it almost always was one of the following:
I'm sorry that I can't give you a more precise answer as of now. As a hacky test, you could use a different screen and take the default configs as given here. |
I have the same problem as you. I modified the Constants.py but the output folder is still empty. How did you solve the problem? |
DeepGTAV/DeepGTAV-PreSIL/ObjectDet/LiDAR.cpp Line 627 in bb17a09
This line is broken @David0tt . The two points are never on the plane. They are either <0 or >1, not by too much. Any clues? |
@RuiCheng19950208 did you manage to receive messages about bbox2d different from "None"? |
Same problem here, not opening any other windows after launching the game, like segmentation windows as shown in the demonstration video. Already checked ScriptHook version and compatibility (1.0.3179.0) everything works fine as for the native. The bbox2d value is still "None", checked it for any presentation script files and also for all the data generating scripts, no images generated, directories still empty. Any news ? |
Hey @Spearton , did you resolve this? |
I ran the data generation, it is working fine, folder got created in the path and the count is going on but data is not getting generated
The text was updated successfully, but these errors were encountered: