phsilvarepo
phsilvarepo
Hello there, What you have to do is train the model for each class you want to detect, then in the inference add the multiple weights you trained for each...
Hello there, Just some quick questions @joansaurina, in this new training you performed. Are you training using train.py or train2, in the version you are using? And were you able...
Hello @intelligencestreamlabs, To generate the dataset, as mentioned I utilized this [package](https://docs.omniverse.nvidia.com/isaacsim/latest/replicator_tutorials/tutorial_replicator_pose_estimation.html). In the terminal I ran: ``` ./python.sh standalone_examples/replicator/offline_pose_generation/offline_pose_generation.py --writer DOPE --num_mesh 0 --num_dome 20000 ``` This package utilizes...
Hello @TontonTremblay, What I have read so far, it only mentions how to deal with symmetries when generating the data, not after. I already have a dataset, but I cannot...
Hello there, I fixed this by copying the files in the common subfolder to the train2.py. Somehow it is not being able to acess the files in the common folder,...