Martin Günther
Martin Günther
With the hack above, the model_info.json doesn't matter anymore. You can leave it or delete it, it doesn't make a difference.
I don't know how to solve the problem that it only uses 1 GPU. In general, you have to reduce the batchsize if you run into memory problems. Also, `--epochs...
2.5k images is definitely not enough. I usually use 60k images and 60 epochs. This takes about 48h on a single RTX3090 or RTXA6000. I vaguely remember I had some...
> there is symmetry of 4 times 90 degrees in each axis Not quite. The cube has **6 * 4 == 24** symmetries: * each of the **6** sides pointing...
> I wanted to know if I change the object's scale during testing, from what it has seen during training, is it still able to identify the object and give...
> A pencil can be shorter only in z direction when it's' used for quite some time. A same looking same brand toothpaste can be short, medium and large. Is...
Unfortunately, that sort of error usually means that your GPU isn't supported by Optix. :(
Apart from the problems that @TontonTremblay already mentioned, there's one more: your model doesn't have UVs (texture coordinates). If you open up your model, you see there are no lines...
In your json files, the object has `"class": "test"`, so you need to specify `--objects test`. I think you should also undo your change to `transforms.Resize`. 1920*1080 is much too...
I must admit that I didn't test my latest pull requests with the `--path_single_obj` option. That option is a bit weird anyway, and I think we should get rid of...