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
Here, we detail the changes we made with respect to the original NOCS repository.
14
+
15
+
- Change the dataloader and number of categories, to properly load images from the CHOC dataset.
16
+
- Add [EPnP](https://www.tugraz.at/fileadmin/user_upload/Institute/ICG/Images/team_lepetit/publications/lepetit_ijcv08.pdf) as an alternative to Umeyama in the post-processing pose estimation step.
17
+
11
18
## Table of Contents
12
19
13
20
1.[Installation](#installation)
@@ -23,41 +30,49 @@ This is the code to run the NOCS model trained on the CHOC mixed-reality dataset
23
30
24
31
### Requirements <aname="requirements"></a>
25
32
26
-
This code has been tested on an Ubuntu 18.04 machine, CUDA 11.6 and CUDNN XXX, with the following libraries.
33
+
This code has been tested on an Ubuntu 18.04 machine with CUDA 11.6 and cuDNN 7.5.0, and the following libraries.
-_modeldir_ : local path to the location of the stored models (usually /logs)
126
+
-_weight\_init\_mode_: which weight initialisation technique, _imagenet_, _coco_ or _last_ (default: _last_)
127
+
-_gpu_: boolean flag to use Graphical Processing Unit
128
+
-_calcmean_ : boolean flag to calculate the RGB mean of the entire training dataset
129
+
130
+
For simplification, we also add a bash script to run this command. You can change the variables for the arguments in the _run\_training.sh_ script and then run:
0 commit comments